aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-07 20:37:50 +0200
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-08-16 14:30:23 +0900
commit5bff72c912099bc9ac866d0c699ad4a2945d5827 (patch)
tree4b48e6805c7529f18e76dec201cdea4bf9c1964e /spec
parent7ff0b4fec4cbd763e9bb7be597b54217176a8d86 (diff)
downloadruby-5bff72c912099bc9ac866d0c699ad4a2945d5827.tar.gz
[bundler/bundler] Make sure spec fails if `bundle install` fails
https://github.com/bundler/bundler/commit/2ed2bbfdec
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb
index dde9e94ed2..1acfd7b219 100644
--- a/spec/bundler/commands/exec_spec.rb
+++ b/spec/bundler/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