class Rails::Command::TestCommand

def all(*args)

def all(*args)
  perform("test/**/*_test.rb", *args)
end