class Rails::Command::TestCommand

def functionals(*args)

def functionals(*args)
  perform("test/controllers", "test/mailers", "test/functional", *args)
end