mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/optparse/test_summary.rb: fixed superclass so that it run
solely. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b665838e4a
commit
de2a1b33c2
3 changed files with 10 additions and 7 deletions
|
@ -1,8 +1,6 @@
|
|||
require 'test/unit'
|
||||
require 'optparse'
|
||||
require 'test_optparse'
|
||||
|
||||
class TestOptionParser < Test::Unit::TestCase; end
|
||||
class TestOptionParser::SummaryTest < Test::Unit::TestCase
|
||||
class TestOptionParser::SummaryTest < TestOptionParser
|
||||
def test_short_clash
|
||||
r = nil
|
||||
o = OptionParser.new do |opts|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue