diff options
author | francis <francis> | 2007-11-15 13:21:08 +0000 |
---|---|---|
committer | francis <francis> | 2007-11-15 13:21:08 +0000 |
commit | 6574585f67cd11fedc238f0590af3ae60babf0d5 (patch) | |
tree | 1f00d28914c359c7a3ce200de8b147d8fdde4953 /spec/fixtures | |
parent | 19529a96c5fdd2f5ae7292728d2bf36d131bc78b (diff) |
Add outgoing messages fixture so tests work.
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/outgoing_messages.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/fixtures/outgoing_messages.yml b/spec/fixtures/outgoing_messages.yml new file mode 100644 index 000000000..db7e24d5f --- /dev/null +++ b/spec/fixtures/outgoing_messages.yml @@ -0,0 +1,16 @@ +useless_outgoing_message: + id: 1 + info_request_id: 101 + message_type: initial_request + status: sent + updated_at: 2007-10-12 01:56:58.586598 + body: "Hi,\r\n\ + \r\n\ + Why do you have such a fancy dog?\r\n\ + \r\n\ + Thanks!\r\n\ + \r\n\ + Francis\r\n" + sent_at: 2007-10-25 10:41:12.686264 + created_at: 2007-10-12 01:56:58.586598 + |