summaryrefslogtreecommitdiff
path: root/spec/update/gems/post_install_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/update/gems/post_install_spec.rb')
-rw-r--r--spec/update/gems/post_install_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/update/gems/post_install_spec.rb b/spec/update/gems/post_install_spec.rb
index 90f8e29fcc..f6b7f39d0b 100644
--- a/spec/update/gems/post_install_spec.rb
+++ b/spec/update/gems/post_install_spec.rb
@@ -52,7 +52,7 @@ RSpec.describe "bundle update" do
gem 'thin'
G
- bundle! :update, :all => bundle_update_requires_all?
+ bundle! :update, :all => true
end
it_behaves_like "a post-install message outputter"
@@ -67,7 +67,7 @@ RSpec.describe "bundle update" do
gem 'thin'
G
- bundle! :update, :all => bundle_update_requires_all?
+ bundle! :update, :all => true
end
it_behaves_like "a post-install message outputter"