module ParallelTests::Tasks

def rails_env

def rails_env
  ENV['RAILS_ENV'] || 'test'
end