[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 коммит произвёл SHIBATA Hiroshi
Родитель 7ff0b4fec4
Коммит 5bff72c912
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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