Flowdock
method

create_test_files

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: MailboxGenerator
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 actionmailbox/lib/rails/generators/test_unit/mailbox_generator.rb, line 10
      def create_test_files
        template "mailbox_test.rb", File.join("test/mailboxes", class_path, "#{file_name}_mailbox_test.rb")
      end
Register or log in to add new notes.