summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-07 14:59:32 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit9be1baedbc14be036342cca3e363ae6f44153990 (patch)
treebfc1d45746fa19f786d5e375446336497169f6f0 /spec
parent61b6f53337cb71b35c56d480ec6044ba7e85cb71 (diff)
[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
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/add_spec.rb2
1 files changed, 1 insertions, 1 deletions
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