Skip to content

Commit 7831f0a

Browse files
committed
Proposal specification for relative path local version.
1 parent e0ae92f commit 7831f0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/test/cucumber/local_developement_versions.feature

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ Feature: Local Development Versions
5050
When I enter "sdk use groovy 2.1-SNAPSHOT"
5151
Then I see "Using groovy version 2.1-SNAPSHOT in this shell"
5252
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

Comments
 (0)