1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Pass --deployment flag directly

This spec is run only in bundler 2 mode, and it's testing the
`--deployment` flag specifically.

https://github.com/rubygems/rubygems/commit/a5d91c68b6
This commit is contained in:
David Rodríguez 2020-05-25 12:17:52 +02:00 committed by Hiroshi SHIBATA
parent 5a12fc7c7f
commit 1914c4e9b1
Notes: git 2020-06-05 07:34:07 +09:00

View file

@ -537,7 +537,7 @@ RSpec.describe "bundle outdated" do
context "after bundle install --deployment", :bundler => "< 3" do
before do
install_gemfile <<-G, forgotten_command_line_options(:deployment => true)
install_gemfile <<-G, :deployment => true
source "#{file_uri_for(gem_repo2)}"
gem "rack"