# File lib/rails_generator/generators/components/performance_test/performance_test_generator.rb, line 4 def manifest record do |m| # Check for class naming collisions. m.class_collisions class_name, "#{class_name}Test" # performance test directory m.directory File.join('test/performance', class_path) # performance test stub m.template 'performance_test.rb', File.join('test/performance', class_path, "#{file_name}_test.rb") end end
Generated with the Darkfish Rdoc Generator 2.