summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-29 10:21:21 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 10:14:10 +0200
commit3db5ad26c8125cf332d66f9582eee1e2a5d7d94f (patch)
treeacf9d629ce3e928192fdb326ddc655de0c216058
parentc25f1d2380b4701d7c3896b62ef3997cedcf1b23 (diff)
downloadbundler-3db5ad26c8125cf332d66f9582eee1e2a5d7d94f.tar.gz
Run related specs for all versions
-rw-r--r--spec/install/binstubs_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/binstubs_spec.rb b/spec/install/binstubs_spec.rb
index 24c5aea6c3..6c7a8639f8 100644
--- a/spec/install/binstubs_spec.rb
+++ b/spec/install/binstubs_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe "bundle install", :bundler => "< 3" do
+RSpec.describe "bundle install" do
describe "when system_bindir is set" do
# On OS X, Gem.bindir defaults to /usr/bin, so system_bindir is useful if
# you want to avoid sudo installs for system gems with OS X's default ruby
@@ -20,7 +20,7 @@ RSpec.describe "bundle install", :bundler => "< 3" do
end
end
- describe "when multiple gems contain the same exe", :bundler => "< 3" do
+ describe "when multiple gems contain the same exe" do
before do
build_repo2 do
build_gem "fake", "14" do |s|