We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ae92f commit 7831f0aCopy full SHA for 7831f0a
src/test/cucumber/local_developement_versions.feature
@@ -50,3 +50,11 @@ Feature: Local Development Versions
50
When I enter "sdk use groovy 2.1-SNAPSHOT"
51
Then I see "Using groovy version 2.1-SNAPSHOT in this shell"
52
And the candidate "groovy" version "2.1-SNAPSHOT" should be in use
53
+
54
+ @review
55
+ Scenario: Install a local development version from a relative path
56
+ Given the candidate "groovy" version "2.1-SNAPSHOT" is not available for download
57
+ And the system is bootstrapped
58
+ When I enter "sdk install groovy 2.1-SNAPSHOT groovy-core/target"
59
+ Then I see "Not linking groovy 2.1.-SNAPSHOT. Only absolute paths permitted"
60
+ And the candidate "groovy" version "2.1-SNAPSHOT" is not installed
0 commit comments