class TestUnit::Generators::PerformanceGenerator
Public Instance Methods
create_test_files()
click to toggle source
# File 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