Method: Rails::Command::TestCommand#system

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

#system(*args) ⇒ Object



62
63
64
# File 'railties/lib/rails/commands/test/test_command.rb', line 62

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