Skip to content

Commit

Permalink
Pass --deployment flag directly
Browse files Browse the repository at this point in the history
This spec is run only in bundler 2 mode, and it's testing the
`--deployment` flag specifically.
  • Loading branch information
deivid-rodriguez committed May 25, 2020
1 parent 54a4cdb commit a5d91c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/commands/outdated_spec.rb
Expand Up @@ -537,7 +537,7 @@ def test_group_option(group)

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"
Expand Down

0 comments on commit a5d91c6

Please sign in to comment.