1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Make sure spec fails if bundle install fails

https://github.com/bundler/bundler/commit/2ed2bbfdec
This commit is contained in:
David Rodríguez 2019-08-07 20:37:50 +02:00 committed by SHIBATA Hiroshi
parent 7ff0b4fec4
commit 5bff72c912
Notes: git 2019-08-31 04:40:14 +09:00

View file

@ -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