instance method
create_test_files
Ruby on Rails 8.1.2
Since v6.0.6Signature
create_test_files()
No documentation comment.
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
Defined in actionmailbox/lib/rails/generators/test_unit/mailbox_generator.rb line 10
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in TestUnit::Generators::MailboxGenerator