module ParallelTests

def pid_file_path

def pid_file_path
  ENV['PARALLEL_PID_FILE'] ||= Tempfile.new('parallel-tests-pidfile').path
end