summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-16 14:25:37 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-18 18:26:32 +0900
commitb9996803f7278f3a6d30360f1b7220070a9208d3 (patch)
tree019598b2e1b4b65b0936610ce572697dacfe18d6 /spec
parentc92e098781470c84a497a1d430f425aca897f895 (diff)
[bundler/bundler] Remove duplicated spec filter
https://github.com/bundler/bundler/commit/b7fc6f4187
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/check_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/check_spec.rb b/spec/bundler/commands/check_spec.rb
index cde5878570..959b43352c 100644
--- a/spec/bundler/commands/check_spec.rb
+++ b/spec/bundler/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