mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/optparse] Fix typo [ci skip]
https://github.com/ruby/optparse/commit/0aa18752cf
This commit is contained in:
parent
e9a13332e8
commit
b5d9c44267
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class TestOptionParser::DidYouMean < TestOptionParser
|
|||
end
|
||||
end
|
||||
|
||||
def test_ambiguos
|
||||
def test_ambiguous
|
||||
assert_raise_with_message(OptionParser::AmbiguousOption, /ambiguous option: --ba\nDid you mean\?\s+bar\s+baz\Z/) do
|
||||
@opt.permute!(%w"--ba")
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue