From eb22dea56776a45f84d5697c8f6550041eccd4af Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Mon, 22 Oct 2012 15:48:52 +0100 Subject: [PATCH] Fix broken cucumber spec on abort for corrupt archive. --- src/test/cucumber/gvm/install_candidate.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/cucumber/gvm/install_candidate.feature b/src/test/cucumber/gvm/install_candidate.feature index 5c13fded..f34960e3 100644 --- a/src/test/cucumber/gvm/install_candidate.feature +++ b/src/test/cucumber/gvm/install_candidate.feature @@ -23,7 +23,7 @@ Feature: Install Candidate Scenario: Abort installation on download of a corrupt Candidate archive Given the archive for candidate "grails" version "1.3.6" is corrupt When I enter "gvm install grails 1.3.6" - Then I see "Stop! The download failed! Please try again." + Then I see "Stop! The archive was corrupt and has been removed! Please try installing again." And the candidate "grails" version "1.3.6" is not installed And the archive for candidate "grails" version "1.3.6" is removed