aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib/zombie_hunter.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-29 19:43:47 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-02 07:59:54 +0900
commitc3c0e3f5c9444c197779cb242de46dfffda79dec (patch)
tree03866471345f8c9baa68d548340199408aa51405 /test/lib/zombie_hunter.rb
parent142617c8e1cad65fa483c5beb78ab40a99626a87 (diff)
downloadruby-c3c0e3f5c9444c197779cb242de46dfffda79dec.tar.gz
Move to tool/lib from test/lib.
Diffstat (limited to 'test/lib/zombie_hunter.rb')
-rw-r--r--test/lib/zombie_hunter.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/lib/zombie_hunter.rb b/test/lib/zombie_hunter.rb
deleted file mode 100644
index 33bc467941..0000000000
--- a/test/lib/zombie_hunter.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# frozen_string_literal: true
-
-module ZombieHunter
- def after_teardown
- super
- assert_empty(Process.waitall)
- end
-end
-
-Test::Unit::TestCase.include ZombieHunter