From b0f07aff0bf8f5701de24b01df50dd86c87b4763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 6 Jun 2020 18:34:34 +0200 Subject: [rubygems/rubygems] Remove incorrect tags The inner specs have separated specs for the `< 3` and `= 2` cases, so this outer tag is incorrect. https://github.com/rubygems/rubygems/commit/61e905ca27 --- spec/bundler/install/gemfile/sources_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spec/bundler/install') diff --git a/spec/bundler/install/gemfile/sources_spec.rb b/spec/bundler/install/gemfile/sources_spec.rb index 0176f112d4..639bc01647 100644 --- a/spec/bundler/install/gemfile/sources_spec.rb +++ b/spec/bundler/install/gemfile/sources_spec.rb @@ -15,7 +15,7 @@ RSpec.describe "bundle install with gems on multiple sources" do end end - context "with multiple toplevel sources", :bundler => "< 3" do + context "with multiple toplevel sources" do let(:repo3_rack_version) { "1.0.0" } before do @@ -42,7 +42,7 @@ RSpec.describe "bundle install with gems on multiple sources" do end end - context "when different versions of the same gem are in multiple sources", :bundler => "< 3" do + context "when different versions of the same gem are in multiple sources" do let(:repo3_rack_version) { "1.2" } before do @@ -237,7 +237,7 @@ RSpec.describe "bundle install with gems on multiple sources" do end end - context "and in yet another source", :bundler => "< 3" do + context "and in yet another source" do before do gemfile <<-G source "#{file_uri_for(gem_repo1)}" @@ -262,7 +262,7 @@ RSpec.describe "bundle install with gems on multiple sources" do end end - context "and only the dependency is pinned", :bundler => "< 3" do + context "and only the dependency is pinned" do before do # need this to be broken to check for correct source ordering build_repo gem_repo2 do -- cgit v1.2.3