summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-07 14:00:59 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit6aafea2d99f61026e447fab74ef4b489a2d1aa6a (patch)
treeefcb9d4736c0fbdeac5829ce7f245306f9fc3544
parenta8f9a97d49af4c814c899fda2a47a715ae740f62 (diff)
[rubygems/rubygems] Remove failing command that doesn't affect the spec
This command was silently failing but doesn't really affect the outcome of the spec. https://github.com/rubygems/rubygems/commit/7880d08146
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
-rw-r--r--spec/bundler/commands/check_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/commands/check_spec.rb b/spec/bundler/commands/check_spec.rb
index adcd582b25..b662e477b5 100644
--- a/spec/bundler/commands/check_spec.rb
+++ b/spec/bundler/commands/check_spec.rb
@@ -76,10 +76,6 @@ RSpec.describe "bundle check" do
source "#{file_uri_for(gem_repo1)}"
gem 'rails'
G
- install_gemfile <<-G
- source "#{file_uri_for(gem_repo1)}"
- gem 'rails_pinned_to_old_activesupport'
- G
gemfile <<-G
source "#{file_uri_for(gem_repo1)}"