summaryrefslogtreecommitdiff
path: root/spec/bundler/install/bundler_spec.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-15 21:31:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-22 20:32:30 +0900
commitc7ebeb7eda9f7f6bbb48effe1efc026eeb64d09c (patch)
treeb516b3b5119331d4d8431b4d17f552e2c8e798fe /spec/bundler/install/bundler_spec.rb
parentf4f157fc81b940c0f76a01ee266a08e6bba69b6b (diff)
Sync Bundler PR #3624
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3114
Diffstat (limited to 'spec/bundler/install/bundler_spec.rb')
-rw-r--r--spec/bundler/install/bundler_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/bundler/install/bundler_spec.rb b/spec/bundler/install/bundler_spec.rb
index 25cc12160c..7c9b1a016d 100644
--- a/spec/bundler/install/bundler_spec.rb
+++ b/spec/bundler/install/bundler_spec.rb
@@ -136,12 +136,12 @@ RSpec.describe "bundle install" do
system_gems "bundler-99999999.99.1"
- install_gemfile! <<-G, :system_bundler => true
+ install_gemfile! <<-G
source "#{file_uri_for(gem_repo2)}"
gem "rails", "3.0"
G
- bundle! "check", :system_bundler => true
+ bundle! "check"
expect(out).to include("The Gemfile's dependencies are satisfied")
end
@@ -150,12 +150,12 @@ RSpec.describe "bundle install" do
system_gems "bundler-99999999.99.1"
- install_gemfile! <<-G, :system_bundler => true
+ install_gemfile! <<-G
source "#{file_uri_for(gem_repo2)}"
gem "rails", "3.0"
G
- bundle! "check", :system_bundler => true
+ bundle! "check"
expect(out).to include("The Gemfile's dependencies are satisfied")
end