Skip to content

Commit aaaedc8

Browse files
austinprayhsbt
authored andcommitted
More tests
1 parent 321d07d commit aaaedc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/commands/open_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
it "suggests alternatives for similar-sounding gems" do
5151
bundle "open Rails", :env => { "EDITOR" => "echo editor", "VISUAL" => "", "BUNDLER_EDITOR" => "" }, :raise_on_error => false
52-
expect(err).to match(/did you mean rails\?/i)
52+
expect(err).to match(/did you mean 'rails'\?/i)
5353
end
5454

5555
it "opens the gem with short words" do

0 commit comments

Comments
 (0)