From cf64aeda421baa5f4157f44faecaf481722cf288 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Mon, 15 Oct 2012 06:47:46 +0100 Subject: [PATCH] Syntax fix on use candicate cucumber scenario. --- src/test/cucumber/gvm/use_candidate.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/cucumber/gvm/use_candidate.feature b/src/test/cucumber/gvm/use_candidate.feature index 17e1fcd1..f5536861 100644 --- a/src/test/cucumber/gvm/use_candidate.feature +++ b/src/test/cucumber/gvm/use_candidate.feature @@ -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