summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-07 20:37:50 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-07 20:37:50 +0200
commit2ed2bbfdec59b7e0fe51b6701e7a4ed5aeb6affe (patch)
treecd8d30a7ce4d3e43b820b51c837ea71405e022a2
parentad75f75539ec5f217da38171a2a84d7ac32e2784 (diff)
downloadbundler-2ed2bbfdec59b7e0fe51b6701e7a4ed5aeb6affe.tar.gz
Make sure spec fails if `bundle install` fails
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index 79caa823ed..64a1b378ae 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -849,7 +849,7 @@ __FILE__: #{path.to_s.inspect}
gem "rack"
G
bundle "config path vendor/bundler"
- bundle :install, :system_bundler => true
+ bundle! :install, :system_bundler => true
end
it "correctly shells out", :ruby_repo do