Method: Rails::Command::TestCommand#functionals
- Defined in:
- lib/rails/commands/test/test_command.rb
#functionals(*args) ⇒ Object
50 51 52 |
# File 'lib/rails/commands/test/test_command.rb', line 50 def functionals(*args) perform("test/controllers", "test/mailers", "test/functional", *args) end |