class ParallelTests::Test::Runner

def executable

def executable
  if (executable = ENV['PARALLEL_TESTS_EXECUTABLE'])
    Shellwords.shellsplit(executable)
  else
    determine_executable
  end
end