summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/commands/show_spec.rb2
-rw-r--r--spec/install/redownload_spec.rb2
-rw-r--r--spec/update/redownload_spec.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/spec/commands/show_spec.rb b/spec/commands/show_spec.rb
index fda197a5de..17315740df 100644
--- a/spec/commands/show_spec.rb
+++ b/spec/commands/show_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe "bundle show", :bundler => "< 2" do
+RSpec.describe "bundle show" do
context "with a standard Gemfile" do
before :each do
install_gemfile <<-G
diff --git a/spec/install/redownload_spec.rb b/spec/install/redownload_spec.rb
index a619eaec5d..232c0f9e2c 100644
--- a/spec/install/redownload_spec.rb
+++ b/spec/install/redownload_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe "bundle install", :bundler => "< 2" do
+RSpec.describe "bundle install" do
before :each do
gemfile <<-G
source "file://#{gem_repo1}"
diff --git a/spec/update/redownload_spec.rb b/spec/update/redownload_spec.rb
index 376902b8fd..5a739c51b3 100644
--- a/spec/update/redownload_spec.rb
+++ b/spec/update/redownload_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe "bundle update", :bundler => "< 2" do
+RSpec.describe "bundle update" do
before :each do
install_gemfile <<-G
source "file://#{gem_repo1}"