summaryrefslogtreecommitdiff
path: root/spec/bundler/runtime/load_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/runtime/load_spec.rb')
-rw-r--r--spec/bundler/runtime/load_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/load_spec.rb b/spec/bundler/runtime/load_spec.rb
index a406fbaf49..e091d8ed6b 100644
--- a/spec/bundler/runtime/load_spec.rb
+++ b/spec/bundler/runtime/load_spec.rb
@@ -32,7 +32,7 @@ RSpec.describe "Bundler.load" do
source "#{file_uri_for(gem_repo1)}"
gem "rack"
G
- bundle! :install
+ bundle :install
allow(Bundler::SharedHelpers).to receive(:pwd).and_return(bundled_app)
end