Methods
C
Instance Public methods
create_test_files()
# 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