Source: show | on GitHub
# File actionmailer/test/base_test.rb, line 241 def welcome mail body: "yay", from: "welcome@example.com", to: "to@example.com" attachments['invoice.pdf'] = 'This is test File content' end