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:
parent
61b6f53337
commit
9be1baedbc
Notes:
git
2020-06-18 19:15:17 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue