mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed VERSION constant
This commit is contained in:
parent
8ec187c091
commit
374cc7231e
Notes:
git
2021-09-11 08:48:40 +09:00
1 changed files with 0 additions and 3 deletions
|
@ -17,7 +17,6 @@ module Test
|
||||||
# Test::Unit has been left in the standard library to support legacy test
|
# Test::Unit has been left in the standard library to support legacy test
|
||||||
# suites.
|
# suites.
|
||||||
module Unit
|
module Unit
|
||||||
VERSION = "4.7.5" # :nodoc:
|
|
||||||
TEST_UNIT_IMPLEMENTATION = 'test/unit compatibility layer using minitest' # :nodoc:
|
TEST_UNIT_IMPLEMENTATION = 'test/unit compatibility layer using minitest' # :nodoc:
|
||||||
|
|
||||||
module RunCount # :nodoc: all
|
module RunCount # :nodoc: all
|
||||||
|
@ -83,7 +82,6 @@ module Test
|
||||||
private
|
private
|
||||||
def setup_options(opts, options)
|
def setup_options(opts, options)
|
||||||
opts.separator 'minitest options:'
|
opts.separator 'minitest options:'
|
||||||
opts.version = Test::Unit::Runner::VERSION
|
|
||||||
|
|
||||||
opts.on '-h', '--help', 'Display this help.' do
|
opts.on '-h', '--help', 'Display this help.' do
|
||||||
puts opts
|
puts opts
|
||||||
|
@ -1476,7 +1474,6 @@ module Test
|
||||||
|
|
||||||
OptionParser.new do |opts|
|
OptionParser.new do |opts|
|
||||||
opts.banner = 'minitest options:'
|
opts.banner = 'minitest options:'
|
||||||
opts.version = Test::Unit::Runner::VERSION
|
|
||||||
|
|
||||||
opts.on '-h', '--help', 'Display this help.' do
|
opts.on '-h', '--help', 'Display this help.' do
|
||||||
puts opts
|
puts opts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue