Skip to content

Commit

Permalink
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`.
  • Loading branch information
deivid-rodriguez committed Jun 9, 2020
1 parent ade0c44 commit 06c8568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/commands/add_spec.rb
Original file line number Diff line number Diff line change
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 06c8568

Please sign in to comment.