summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/platform_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/commands/platform_spec.rb')
-rw-r--r--spec/bundler/commands/platform_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/bundler/commands/platform_spec.rb b/spec/bundler/commands/platform_spec.rb
index 17183e7546..293b7ffa95 100644
--- a/spec/bundler/commands/platform_spec.rb
+++ b/spec/bundler/commands/platform_spec.rb
@@ -646,7 +646,7 @@ G
expect(out).to eq(default_bundle_path("gems", "rails-2.3.2").to_s)
end
- it "fails if ruby version doesn't match", bundler: "< 3" do
+ it "fails if ruby version doesn't match", bundler: "2" do
gemfile <<-G
source "https://gem.repo1"
gem "rails"
@@ -658,7 +658,7 @@ G
should_be_ruby_version_incorrect
end
- it "fails if engine doesn't match", bundler: "< 3" do
+ it "fails if engine doesn't match", bundler: "2" do
gemfile <<-G
source "https://gem.repo1"
gem "rails"
@@ -670,7 +670,7 @@ G
should_be_engine_incorrect
end
- it "fails if engine version doesn't match", bundler: "< 3", jruby_only: true do
+ it "fails if engine version doesn't match", bundler: "2", jruby_only: true do
gemfile <<-G
source "https://gem.repo1"
gem "rails"
@@ -682,7 +682,7 @@ G
should_be_engine_version_incorrect
end
- it "fails when patchlevel doesn't match", bundler: "< 3" do
+ it "fails when patchlevel doesn't match", bundler: "2" do
gemfile <<-G
source "https://gem.repo1"
gem "myrack"