class Rails::TestUnit::Runner
def load_tests(argv)
def load_tests(argv) tests = list_tests(argv) tests.to_a.each { |path| require File.expand_path(path) } end
def load_tests(argv) tests = list_tests(argv) tests.to_a.each { |path| require File.expand_path(path) } end