class Rails::TestUnit::Runner

def run(argv = [])

def run(argv = [])
  load_tests(argv)
  require "active_support/testing/autorun"
end