class TestUnit::Generators::ControllerGenerator

def create_test_files

def create_test_files
  template 'functional_test.rb',
           File.join('test/functional', class_path, "#{file_name}_controller_test.rb")
end