summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-19 14:48:01 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-19 14:48:01 -0300
commit2a2f4258a94881f2d0f63915e64bcae51718e15b (patch)
treea6fbd007d298d20501f8a834f40b43d2c864b87f
parent529998f7751f5f0bbca1989a4d64ce7ea54107a7 (diff)
downloadbundler-better_force_to_redownload_transition.tar.gz
Limit redownload specs to bundler 2better_force_to_redownload_transition
-rw-r--r--spec/install/redownload_spec.rb2
-rw-r--r--spec/update/redownload_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/redownload_spec.rb b/spec/install/redownload_spec.rb
index a3fdc07475..1225c839c4 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" do
+RSpec.describe "bundle install", :bundler => "2" 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 02da654069..8c716664e2 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" do
+RSpec.describe "bundle update", :bundler => "2" do
before :each do
install_gemfile <<-G
source "file://#{gem_repo1}"