Fixed the test-case class name for zsh
This commit is contained in:
parent
be14f62caf
commit
ef45fd53e4
@ -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…
x
Reference in New Issue
Block a user