summaryrefslogtreecommitdiff
path: root/spec/bundler/install/binstubs_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/install/binstubs_spec.rb')
-rw-r--r--spec/bundler/install/binstubs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/binstubs_spec.rb b/spec/bundler/install/binstubs_spec.rb
index 78ee893b81..6961171f4f 100644
--- a/spec/bundler/install/binstubs_spec.rb
+++ b/spec/bundler/install/binstubs_spec.rb
@@ -35,7 +35,7 @@ RSpec.describe "bundle install" do
end
it "warns about the situation" do
- bundle! "exec rackup"
+ bundle "exec rackup"
expect(last_command.stderr).to include(
"The `rackup` executable in the `fake` gem is being loaded, but it's also present in other gems (rack).\n" \