method
create_test_helper_files
v8.1.1 -
Show latest stable
- Class:
TestUnit::Generators::AuthenticationGenerator
create_test_helper_files()public
No documentation available.
# File railties/lib/rails/generators/test_unit/authentication/authentication_generator.rb, line 22
def create_test_helper_files
template "test/test_helpers/session_test_helper.rb"
end