aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/update/gems/post_install_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/update/gems/post_install_spec.rb b/spec/update/gems/post_install_spec.rb
index 89cf6a90..0e3683e7 100644
--- a/spec/update/gems/post_install_spec.rb
+++ b/spec/update/gems/post_install_spec.rb
@@ -11,9 +11,9 @@ describe "bundle update" do
gem 'thin'
G
- bundle "config #{config}" if config
+ bundle! "config #{config}" if config
- bundle :install
+ bundle! :install
end
shared_examples "a config observer" do
@@ -53,7 +53,7 @@ describe "bundle update" do
gem 'thin'
G
- bundle :update
+ bundle! :update
end
it_behaves_like "a post-install message outputter"
@@ -68,7 +68,7 @@ describe "bundle update" do
gem 'thin'
G
- bundle :update
+ bundle! :update
end
it_behaves_like "a post-install message outputter"