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

[rubygems/rubygems] Remove bad bundle install

This spec is specifically testing for the case where there's no
`Gemfile.lock` file and it's only doing the expected thing because the
`bundle install` command is silently failing. Remove the `bundle
install` to reduce confusion.

https://github.com/rubygems/rubygems/commit/ec39fbde0e
This commit is contained in:
David Rodríguez 2020-06-07 15:05:28 +02:00 committed by Hiroshi SHIBATA
parent 8d7ed194cb
commit 9939f4ad43
Notes: git 2020-06-18 19:15:20 +09:00

View file

@ -694,7 +694,7 @@ RSpec.describe "bundle update" do
end
it "shows error message when Gemfile.lock is not preset and gem is specified" do
install_gemfile <<-G
gemfile <<-G
source "#{file_uri_for(gem_repo2)}"
gem "activesupport"
G