From a5d91c68b62c721362442fb7b71aa6861e4ea3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 25 May 2020 12:17:52 +0200 Subject: [PATCH] Pass `--deployment` flag directly This spec is run only in bundler 2 mode, and it's testing the `--deployment` flag specifically. --- bundler/spec/commands/outdated_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundler/spec/commands/outdated_spec.rb b/bundler/spec/commands/outdated_spec.rb index 2fa3e26865f0..5cbbf8f45c7f 100644 --- a/bundler/spec/commands/outdated_spec.rb +++ b/bundler/spec/commands/outdated_spec.rb @@ -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"