summaryrefslogtreecommitdiff
path: root/test/optparse/test_getopts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/optparse/test_getopts.rb')
-rw-r--r--test/optparse/test_getopts.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/optparse/test_getopts.rb b/test/optparse/test_getopts.rb
index 3711e6f269..7d9160f7af 100644
--- a/test/optparse/test_getopts.rb
+++ b/test/optparse/test_getopts.rb
@@ -2,9 +2,7 @@
require 'test/unit'
require 'optparse'
-class TestOptionParser < Test::Unit::TestCase
-end
-class TestOptionParser::Getopts < Test::Unit::TestCase
+class TestOptionParserGetopts < Test::Unit::TestCase
def setup
@opt = OptionParser.new
end