method

create_user_test_files

rails latest stable - Class: TestUnit::Generators::AuthenticationGenerator

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

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