From 5bff72c912099bc9ac866d0c699ad4a2945d5827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 7 Aug 2019 20:37:50 +0200 Subject: [PATCH] [bundler/bundler] Make sure spec fails if `bundle install` fails https://github.com/bundler/bundler/commit/2ed2bbfdec --- spec/bundler/commands/exec_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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