diff options
Diffstat (limited to 'test/optparse/test_zsh_completion.rb')
-rw-r--r-- | test/optparse/test_zsh_completion.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/optparse/test_zsh_completion.rb b/test/optparse/test_zsh_completion.rb index 1bc6c7f0bb..c548d4af8a 100644 --- a/test/optparse/test_zsh_completion.rb +++ b/test/optparse/test_zsh_completion.rb @@ -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") {} |