summaryrefslogtreecommitdiff
path: root/spec/runtime
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-07-29 06:57:57 +0000
committerBundlerbot <bot@bundler.io>2019-07-29 06:57:57 +0000
commitcdd2075c71e2426e6fd77c1a340620753b14669e (patch)
treea338e294a149f7453667a6efb936ac1fa1542721 /spec/runtime
parentd875be710a1a5cccacdcc8eea4ffd49c1f036bb8 (diff)
parent5b285685a4c5d516c9f7ed5149abf9505a4e9eaa (diff)
downloadbundler-cdd2075c71e2426e6fd77c1a340620753b14669e.tar.gz
Merge #7258
7258: Restore the removal of the `--all` flag for `bundle cache` in Bundler 3 r=indirect a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that I accidentally restored this flag on Bundler 3 in #7249, but the plan still is to remove it. ### What was your diagnosis of the problem? My diagnosis was that I need to remove it again. ### What is your fix for the problem, implemented in this PR? My fix is to remove it. ### Why did you choose this fix out of the possible options? I chose this fix because it's the original plan and makes sense. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Diffstat (limited to 'spec/runtime')
-rw-r--r--spec/runtime/executable_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/executable_spec.rb b/spec/runtime/executable_spec.rb
index e293958f82..003be97cd6 100644
--- a/spec/runtime/executable_spec.rb
+++ b/spec/runtime/executable_spec.rb
@@ -116,7 +116,7 @@ RSpec.describe "Running bin/* commands" do
gem "activesupport"
G
- bundle! :install, forgotten_command_line_options([:binstubs, :bin] => "bin")
+ bundle! :install, :binstubs => "bin"
gemfile <<-G
source "#{file_uri_for(gem_repo1)}"