class Rails::Command::TestCommand

def system(*args)

def system(*args)
  perform("test/system", *args)
end