mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-18 15:13:54 -05:00
Change feature names to be candidate specific.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Feature: Installation
|
||||
Feature: Install Candidate
|
||||
|
||||
Scenario: Install a default Candidate
|
||||
Given the default "grails" candidate is "2.1.0"
|
||||
@@ -1,4 +1,4 @@
|
||||
Feature: Uninstall
|
||||
Feature: Uninstall Candidate
|
||||
Scenario: Uninstall an installed Candidate Version
|
||||
Given the candidate "grails" version "2.1.0" is already installed
|
||||
When I enter "gvm uninstall grails 2.1.0"
|
||||
@@ -19,4 +19,4 @@ Feature: Uninstall
|
||||
When I enter "gvm uninstall grails 1.3.9"
|
||||
Then I see "grails 1.3.9 is not installed."
|
||||
And the candidate "grails" version "1.3.9" is not installed
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Feature: Use
|
||||
Feature: Use Candidate
|
||||
|
||||
Scenario: Use a version of an installed candidate that exists
|
||||
Given the candidate "grails" version "2.1.0" is already installed
|
||||
Reference in New Issue
Block a user