class BaseTest::LateAttachmentMailer
Public Instance Methods
welcome()
click to toggle source
# File actionmailer/test/base_test.rb, line 248 def welcome mail body: "yay", from: "welcome@example.com", to: "to@example.com" attachments["invoice.pdf"] = "This is test File content" end