mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 02:03:18 -05:00
Syntax fix on use candicate cucumber scenario.
This commit is contained in:
@@ -2,7 +2,7 @@ Feature: Use Candidate
|
||||
|
||||
Scenario: Use a version of an installed candidate that exists
|
||||
Given the candidate "grails" version "2.1.0" is already installed
|
||||
Given the candidate "grails" version "1.3.9" is already installed
|
||||
And the candidate "grails" version "1.3.9" is already installed
|
||||
And the candidate "grails" version "1.3.9" is in use
|
||||
When I enter "gvm use grails 2.1.0"
|
||||
Then the candidate "grails" version "2.1.0" should be in use
|
||||
|
||||
Reference in New Issue
Block a user