Skip to content

Commit

Permalink
[rubygems/rubygems] Remove unnecessary bundle install
Browse files Browse the repository at this point in the history
These specs doesn't really need an installed bundle, they only need a
`Gemfile`.

rubygems/rubygems@06c85683ae
  • Loading branch information
deivid-rodriguez authored and hsbt committed Jun 18, 2020
1 parent 61b6f53 commit 9be1bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/commands/add_spec.rb
Expand Up @@ -13,7 +13,7 @@

build_git "foo", "2.0"

install_gemfile! <<-G
gemfile <<-G
source "#{file_uri_for(gem_repo2)}"
gem "weakling", "~> 0.0.1"
G
Expand Down

0 comments on commit 9be1bae

Please sign in to comment.