Sha256: 3c28baf8f029f3b02cb7ac519e63a2225b7417677ac22f0825f7a3b049ce0428
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
sent_from_bob: id: 1 sender_id: 1 sender_type: EmailAddress sender_spec: bob@bob.com subject: "Funny joke" body: "Why can't dinosaurs talk? ...Because they're dead!" created_at: <%= Time.now.to_s(:db) %> state_id: 502 type: Email sent_from_mary: id: 2 sender_id: 3 sender_type: EmailAddress sender_spec: mary@mary.com subject: "FW: Funny joke" body: "> Why can't dinosaurs talk? ...Because they're dead!" created_at: <%= Time.now.to_s(:db) %> state_id: 502 type: Email unsent_from_bob: id: 3 sender_id: 1 sender_type: EmailAddress sender_spec: bob@bob.com subject: "Another funny joke" body: "Where do cows go on a date? ...To the moovies!" created_at: <%= Time.now.to_s(:db) %> state_id: 500 type: Email queued_from_bob: id: 4 sender_id: 1 sender_type: EmailAddress sender_spec: bob@bob.com subject: "" body: "" created_at: <%= Time.now.to_s(:db) %> state_id: 501 type: Email unsent_from_stranger: id: 5 sender_spec: stranger@somewhere.com subject: "Do you know where I am?" body: "Just wondering..." created_at: <%= Time.now.to_s(:db) %> state_id: 500 type: Email
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_emails-0.0.1 | test/fixtures/messages.yml |