Method: TestUnit::Generators::MailboxGenerator#create_test_files

Defined in:
actionmailbox/lib/rails/generators/test_unit/mailbox_generator.rb

#create_test_filesObject



10
11
12
# 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