From c3c0e3f5c9444c197779cb242de46dfffda79dec Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 29 Jun 2019 19:43:47 +0900 Subject: Move to tool/lib from test/lib. --- test/lib/zombie_hunter.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/lib/zombie_hunter.rb (limited to 'test/lib/zombie_hunter.rb') 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 -- cgit v1.2.3