Change feature names to be candidate specific.

This commit is contained in:
Marco Vermeulen
2012-10-08 10:03:30 +01:00
parent c7b46fd40a
commit ded4d7fda3
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
Feature: Installation
Feature: Install Candidate
Scenario: Install a default Candidate
Given the default "grails" candidate is "2.1.0"

View File

@@ -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

View File

@@ -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