method
create_controller_test_files
rails latest stable - Class:
TestUnit::Generators::AuthenticationGenerator
create_controller_test_files()public
No documentation available.
# File railties/lib/rails/generators/test_unit/authentication/authentication_generator.rb, line 13
def create_controller_test_files
template "test/controllers/sessions_controller_test.rb"
template "test/controllers/passwords_controller_test.rb"
end