1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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
This commit is contained in:
David Rodríguez 2020-06-06 18:34:34 +02:00 committed by Hiroshi SHIBATA
parent 8c686475c8
commit b0f07aff0b
Notes: git 2020-06-18 19:15:23 +09:00

View file

@ -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