method
create_user_test_files
v8.1.1 -
Show latest stable
- Class:
TestUnit::Generators::AuthenticationGenerator
create_user_test_files()public
No documentation available.
# File railties/lib/rails/generators/test_unit/authentication/authentication_generator.rb, line 8
def create_user_test_files
template "test/fixtures/users.yml"
template "test/models/user_test.rb"
end