unit.rb: remove unnecessary includes
* lib/test/unit.rb (Test::Unit::{GlobOption,LoadPathOption}): remove unnecessary includes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9cbf473287
commit
3baef1fc22
@ -146,8 +146,6 @@ module Test
|
|||||||
end
|
end
|
||||||
|
|
||||||
module GlobOption
|
module GlobOption
|
||||||
include Options
|
|
||||||
|
|
||||||
@@testfile_prefix = "test"
|
@@testfile_prefix = "test"
|
||||||
|
|
||||||
def setup_options(parser, options)
|
def setup_options(parser, options)
|
||||||
@ -194,8 +192,6 @@ module Test
|
|||||||
end
|
end
|
||||||
|
|
||||||
module LoadPathOption
|
module LoadPathOption
|
||||||
include Options
|
|
||||||
|
|
||||||
def setup_options(parser, options)
|
def setup_options(parser, options)
|
||||||
super
|
super
|
||||||
parser.on '-Idirectory', 'Add library load path' do |dirs|
|
parser.on '-Idirectory', 'Add library load path' do |dirs|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user