1
0
Fork 0
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:
Nobuyoshi Nakada 2019-06-28 14:08:29 +09:00
parent be14f62caf
commit ef45fd53e4
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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") {}