From 9be1baedbc14be036342cca3e363ae6f44153990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sun, 7 Jun 2020 14:59:32 +0200 Subject: [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 --- spec/bundler/commands/add_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/bundler/commands/add_spec.rb b/spec/bundler/commands/add_spec.rb index 85511aeffb..4362e1e501 100644 --- a/spec/bundler/commands/add_spec.rb +++ b/spec/bundler/commands/add_spec.rb @@ -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 -- cgit v1.2.3