Flowdock
create_test_files() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/test_unit/mailer/mailer_generator.rb, line 14
      def create_test_files
        template "functional_test.rb", File.join("test/mailers", class_path, "#{file_name}_mailer_test.rb")
      end
Register or log in to add new notes.