class ActiveSupport::Testing::Parallelization::Server

def stop_worker(worker_id)

def stop_worker(worker_id)
  @active_workers.delete(worker_id)
end