class Rails::TestUnit::Runner
def rake_run(argv = [])
def rake_run(argv = []) # Ensure the tests run during the Rake Task action, not when the process exits success = system("rails", "test", *argv, *Shellwords.split(ENV["TESTOPTS"] || "")) success || exit(false) end