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:
parent
c92e098781
commit
b9996803f7
1 changed files with 1 additions and 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
|
||||
it "should write to .bundle/config" do
|
||||
bundle "check --path vendor/bundle"
|
||||
bundle! "check"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue