Fix test broken by one-line pul request!

This commit is contained in:
Karl Matthias
2012-09-28 20:05:14 +01:00
parent ae3b749937
commit c38a4dc9d5
+1 -1
View File
@@ -34,7 +34,7 @@ describe Capistrano::DeployTags do
context "with a clean git tree" do
it "raises an error if :stage or :branch are undefined" do
with_clean_repo do
lambda { configuration.find_and_execute_task('git:prepare_tree') }.should raise_error('define :branch or :stage')
lambda { configuration.find_and_execute_task('git:prepare_tree') }.should raise_error('define :branch and :stage')
end
end