class ActiveSupport::Testing::Parallelization
def run_cleanup(worker)
def run_cleanup(worker) self.class.run_cleanup_hooks.each do |cb| cb.call(worker) end end
def run_cleanup(worker) self.class.run_cleanup_hooks.each do |cb| cb.call(worker) end end