We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321d07d commit aaaedc8Copy full SHA for aaaedc8
bundler/spec/commands/open_spec.rb
@@ -49,7 +49,7 @@
49
50
it "suggests alternatives for similar-sounding gems" do
51
bundle "open Rails", :env => { "EDITOR" => "echo editor", "VISUAL" => "", "BUNDLER_EDITOR" => "" }, :raise_on_error => false
52
- expect(err).to match(/did you mean rails\?/i)
+ expect(err).to match(/did you mean 'rails'\?/i)
53
end
54
55
it "opens the gem with short words" do
0 commit comments