Skip to content

Commit 313bf1e

Browse files
authored
Merge pull request #6932 from rubygems/fixup-setup-spec
Use assertion message strictly
2 parents 54032f3 + 98da5b9 commit 313bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/runtime/setup_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ module Gem::BUNDLED_GEMS
15981598
require 'csv'
15991599
R
16001600

1601-
expect(err).to be_empty
1601+
expect(err).not_to include("Add csv to your Gemfile")
16021602
end
16031603

16041604
it "don't warn with bundled gems when it's declared in Gemfile" do

0 commit comments

Comments
 (0)