diff options
Diffstat (limited to 'spec/bundler/commands/binstubs_spec.rb')
-rw-r--r-- | spec/bundler/commands/binstubs_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/binstubs_spec.rb b/spec/bundler/commands/binstubs_spec.rb index c66b9339ee..44456f8dbf 100644 --- a/spec/bundler/commands/binstubs_spec.rb +++ b/spec/bundler/commands/binstubs_spec.rb @@ -168,7 +168,7 @@ RSpec.describe "bundle binstubs <gem>" do expect(bundled_app("exec/myrackup")).to exist end - it "setting is saved for bundle install", bundler: "< 3" do + it "setting is saved for bundle install", bundler: "2" do install_gemfile <<-G source "https://gem.repo1" gem "myrack" |