1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Remove duplicated spec filter

https://github.com/bundler/bundler/commit/b7fc6f4187
This commit is contained in:
David Rodríguez 2019-08-16 14:25:37 +02:00 committed by Hiroshi SHIBATA
parent c92e098781
commit b9996803f7
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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