diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-16 14:25:37 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-16 14:25:37 +0200 |
commit | b7fc6f4187dac4447da2c9d5bfae43e8295c26da (patch) | |
tree | dfb68c4342d6146b697f7f630459f8835c866fc2 | |
parent | 82f0b95854143c0dc15c9829b1618b0186f385a5 (diff) | |
download | bundler-b7fc6f4187dac4447da2c9d5bfae43e8295c26da.tar.gz |
Remove duplicated spec filter
-rw-r--r-- | spec/commands/check_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/check_spec.rb b/spec/commands/check_spec.rb index cde5878570..959b43352c 100644 --- a/spec/commands/check_spec.rb +++ b/spec/commands/check_spec.rb @@ -254,7 +254,7 @@ RSpec.describe "bundle check" do expect(out).to include("The Gemfile's dependencies are satisfied") end - it "should write to .bundle/config", :bundler => "< 3" do + it "should write to .bundle/config" do bundle "check --path vendor/bundle" bundle! "check" end |