method

create_user_test_files

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