summaryrefslogtreecommitdiff
path: root/spec/bundler/update/gems/post_install_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/update/gems/post_install_spec.rb')
-rw-r--r--spec/bundler/update/gems/post_install_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/bundler/update/gems/post_install_spec.rb b/spec/bundler/update/gems/post_install_spec.rb
index 5b061eb61b..3aaa659d57 100644
--- a/spec/bundler/update/gems/post_install_spec.rb
+++ b/spec/bundler/update/gems/post_install_spec.rb
@@ -10,9 +10,9 @@ RSpec.describe "bundle update" do
gem 'thin'
G
- bundle! "config set #{config}" if config
+ bundle "config set #{config}" if config
- bundle! :install
+ bundle :install
end
shared_examples "a config observer" do
@@ -52,7 +52,7 @@ RSpec.describe "bundle update" do
gem 'thin'
G
- bundle! :update, :all => true
+ 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 => true
+ bundle :update, :all => true
end
it_behaves_like "a post-install message outputter"