summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-12-22 23:16:05 -0800
committerAndre Arko <andre@arko.net>2011-12-22 23:16:05 -0800
commit036770db901abfa05a9c5b70e6e5a10856e058c0 (patch)
treea6a92c88467bcb39c7d2be83a47ba261e727a44f
parent091f78088d50bbfffe1e8cb677b0c02c58a9fe2f (diff)
downloadbundler-036770db901abfa05a9c5b70e6e5a10856e058c0.tar.gz
fix exec spec for message changev1.1.rc.6
-rw-r--r--spec/other/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/exec_spec.rb b/spec/other/exec_spec.rb
index eac881d222..30a96a8315 100644
--- a/spec/other/exec_spec.rb
+++ b/spec/other/exec_spec.rb
@@ -128,7 +128,7 @@ describe "bundle exec" do
bundle "exec", :exitstatus => true
# exitstatus.should eq(128)
- out.should include("bundle exec needs a command to run")
+ out.should include("bundler: exec needs a command to run")
end
describe "with gem executables" do