mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue