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 1226b67 commit 0aa1875Copy full SHA for 0aa1875
test/optparse/test_did_you_mean.rb
@@ -44,7 +44,7 @@ def test_verbose
44
end
45
46
47
- def test_ambiguos
+ def test_ambiguous
48
assert_raise_with_message(OptionParser::AmbiguousOption, /ambiguous option: --ba\nDid you mean\?\s+bar\s+baz\Z/) do
49
@opt.permute!(%w"--ba")
50
0 commit comments