summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-10-11 13:27:59 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-10-11 13:28:35 -0300
commita875c7e25a2e59df6aec26701e35f18af91fc408 (patch)
tree9e282e37ba1ed8268a86ce0b6aafca9e16413e3f
parent5618aaf025ea9084f2e8e829160e313306461325 (diff)
downloadbundler-still_mention_force.tar.gz
Revert "scope specs testing bundler 2 deprecations to bundler 1 only"still_mention_force
This reverts commit 4b40d4d62f98bd1e83d013fd1199c1aee8387f44. These specs not only test the deprecations but the functionality itself, and the specific specs for the deprecation messages are already scoped to bundler 1, so this seems redundant?
-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}"