aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/runtime/load_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-03 20:45:36 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit1436b5026cd1b2ac4b428955aeadaac8e8b12b1b (patch)
tree14f9fa8724d3a96b0b221a39d0e1cbd9cd125197 /spec/bundler/runtime/load_spec.rb
parent481840ff18b2d66b20a42240829e06829c34f8f7 (diff)
downloadruby-1436b5026cd1b2ac4b428955aeadaac8e8b12b1b.tar.gz
[rubygems/rubygems] s/bundle!/bundle
https://github.com/rubygems/rubygems/commit/746a4b3d74
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