From c38a4dc9d59e3c1ba0dfaed5bd057b6a0600d62b Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Fri, 28 Sep 2012 20:05:14 +0100 Subject: [PATCH] Fix test broken by one-line pul request! --- spec/capistrano_deploy_tags_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/capistrano_deploy_tags_spec.rb b/spec/capistrano_deploy_tags_spec.rb index c1766c6..4303208 100644 --- a/spec/capistrano_deploy_tags_spec.rb +++ b/spec/capistrano_deploy_tags_spec.rb @@ -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