method
create_test_files
v3.0.9 -
Show latest stable
- Class:
TestUnit::Generators::PerformanceGenerator
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