Method: Rails::Command::TestCommand#system

Defined in:
lib/rails/commands/test/test_command.rb

#system(*args) ⇒ Object



60
61
62
# File 'lib/rails/commands/test/test_command.rb', line 60

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