mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed the test-case class name for zsh
This commit is contained in:
parent
be14f62caf
commit
ef45fd53e4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require 'optparse'
|
|||
|
||||
class TestOptionParser < Test::Unit::TestCase
|
||||
end
|
||||
class TestOptionParser::BashCompletion < Test::Unit::TestCase
|
||||
class TestOptionParser::ZshCompletion < Test::Unit::TestCase
|
||||
def setup
|
||||
@opt = OptionParser.new
|
||||
@opt.define("-z", "zzz") {}
|
||||
|
|
Loading…
Reference in a new issue