class Rails::Command::TestCommand

def units(*args)

def units(*args)
  perform("test/models", "test/helpers", "test/unit", *args)
end