method

create_controller_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.1.1) is shown here.

create_controller_test_files()
public

No documentation available.

# File railties/lib/rails/generators/test_unit/authentication/authentication_generator.rb, line 13
      def create_controller_test_files
        template "test/controllers/sessions_controller_test.rb"
        template "test/controllers/passwords_controller_test.rb"
      end