Skip to content

Commit

Permalink
[bundler/bundler] Remove duplicated spec filter
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Sep 18, 2019
1 parent c92e098 commit b999680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/commands/check_spec.rb
Expand Up @@ -254,7 +254,7 @@
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
Expand Down

0 comments on commit b999680

Please sign in to comment.