summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/check_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2019-08-16 14:25:37 +0200
committerHiroshi SHIBATA <[email protected]>2019-09-18 18:26:32 +0900
commitb9996803f7278f3a6d30360f1b7220070a9208d3 ()
tree019598b2e1b4b65b0936610ce572697dacfe18d6 /spec/bundler/commands/check_spec.rb
parentc92e098781470c84a497a1d430f425aca897f895 (diff)
[bundler/bundler] Remove duplicated spec filter
https://.com/bundler/bundler/commit/b7fc6f4187
-rw-r--r--spec/bundler/commands/check_spec.rb2
1 files changed, 1 insertions, 1 deletions
@@ -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
bundle "check --path vendor/bundle"
bundle! "check"
end