method

create_test_files

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

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

create_test_files()
public

No documentation available.

# File railties/lib/rails/generators/test_unit/performance/performance_generator.rb, line 8
      def create_test_files
        template 'performance_test.rb', File.join('test/performance', class_path, "#{file_name}_test.rb")
      end