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
2ed2bbfdec
This commit is contained in:
parent
7ff0b4fec4
commit
5bff72c912
Notes:
git
2019-08-31 04:40:14 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ __FILE__: #{path.to_s.inspect}
|
||||||
gem "rack"
|
gem "rack"
|
||||||
G
|
G
|
||||||
bundle "config path vendor/bundler"
|
bundle "config path vendor/bundler"
|
||||||
bundle :install, :system_bundler => true
|
bundle! :install, :system_bundler => true
|
||||||
end
|
end
|
||||||
|
|
||||||
it "correctly shells out", :ruby_repo do
|
it "correctly shells out", :ruby_repo do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue