class TestUnit::Generators::OperationGenerator
Public Instance Methods
copy_files()
click to toggle source
# File lib/generators/test_unit/operation/operation_generator.rb, line 7 def copy_files template 'operation_test.rb.erb', File.join('test/operations', class_path, "#{file_name}_test.rb") end