aboutsummaryrefslogtreecommitdiffstats
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, 3 insertions, 1 deletions
diff --git a/test/optparse/test_getopts.rb b/test/optparse/test_getopts.rb
index 1ba194ace1..ae22f68184 100644
--- a/test/optparse/test_getopts.rb
+++ b/test/optparse/test_getopts.rb
@@ -1,7 +1,9 @@
require 'test/unit'
require 'optparse'
-class TestOptionParserGetopts < Test::Unit::TestCase
+class TestOptionParser < Test::Unit::TestCase
+end
+class TestOptionParser::Getopts < Test::Unit::TestCase
def setup
@opt = OptionParser.new
end