summaryrefslogtreecommitdiff
path: root/test/lib/zombie_hunter.rb
diff options
context:
space:
mode:
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