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

[rubygems/rubygems] Remove unnecessary bundle install

These specs doesn't really need an installed bundle, they only need a
`Gemfile`.

https://github.com/rubygems/rubygems/commit/06c85683ae
This commit is contained in:
David Rodríguez 2020-06-07 14:59:32 +02:00 committed by Hiroshi SHIBATA
parent 61b6f53337
commit 9be1baedbc
Notes: git 2020-06-18 19:15:17 +09:00

View file

@ -13,7 +13,7 @@ RSpec.describe "bundle add" do
build_git "foo", "2.0"
install_gemfile! <<-G
gemfile <<-G
source "#{file_uri_for(gem_repo2)}"
gem "weakling", "~> 0.0.1"
G