instance method
create_test_files
Ruby on Rails 3.1.12
Since v3.0.20 Last seen in v3.2.22.5Signature
create_test_files()
No documentation comment.
Source
# 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
Defined in railties/lib/rails/generators/test_unit/performance/performance_generator.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in TestUnit::Generators::PerformanceGenerator