Sha256: 7b5af013401c4fde40e71e587d0cc1c837a3996a4722057e852a775a1a2e49e2

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 Bytes

Contents

FactoryGirl.define do
  factory :mail, class: MailCannon::Mail do
    text  "If you can't read the HTML content, you're screwed!"
    html "<html><body><p>You should see what happens when your email client can't read HTML content.</p></body></html>"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailcannon-0.0.3 spec/factories/mail.rb
mailcannon-0.0.2 spec/factories/mail.rb