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

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

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