diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/other/exec_spec.rb | 2 |
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 |