summaryrefslogtreecommitdiff
path: root/spec/bundler/install
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-06 18:34:34 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commitb0f07aff0bf8f5701de24b01df50dd86c87b4763 (patch)
tree6c4a88b86c0f7d3a53d0186da6ba354ad2a459d7 /spec/bundler/install
parent8c686475c85d4019467d119499593afdf0974edc (diff)
[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
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'spec/bundler/install')
-rw-r--r--spec/bundler/install/gemfile/sources_spec.rb8
1 files changed, 4 insertions, 4 deletions
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