mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Undef on_parallel_worker? before redefine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b697018e1b
commit
66d0ad3607
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ if $0 == __FILE__
|
||||||
module Test
|
module Test
|
||||||
module Unit
|
module Unit
|
||||||
class TestCase < MiniTest::Unit::TestCase
|
class TestCase < MiniTest::Unit::TestCase
|
||||||
|
undef on_parallel_worker?
|
||||||
def on_parallel_worker?
|
def on_parallel_worker?
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue