method
configure_test_helper
v8.1.1 -
Show latest stable
- Class:
TestUnit::Generators::AuthenticationGenerator
configure_test_helper()public
No documentation available.
# File railties/lib/rails/generators/test_unit/authentication/authentication_generator.rb, line 26
def configure_test_helper
inject_into_file "test/test_helper.rb", "require_relative \"test_helpers/session_test_helper\"\n", after: "require \"rails/test_help\"\n"
end