1
0
Fork 0
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:
naruse 2012-07-03 02:11:01 +00:00
parent b697018e1b
commit 66d0ad3607

View file

@ -163,6 +163,7 @@ if $0 == __FILE__
module Test
module Unit
class TestCase < MiniTest::Unit::TestCase
undef on_parallel_worker?
def on_parallel_worker?
true
end