FactoryGirl.define do factory :mail, class: MailCannon::Mail do text "If you can't read the HTML content, you're screwed!" html "

You should see what happens when your email client can't read HTML content.

" end end