aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-04 16:34:39 +0000
committerfrancis <francis>2008-02-04 16:34:39 +0000
commita758bff1f92b2992fbd23cb95f255125d9accfc6 (patch)
tree07178f868edef1ede4f3898e94baa988a44c14ae
parent2e435dece7ebbfc3e9b6b2619db4caaa50703021 (diff)
Oops forgot to commit it.
-rw-r--r--spec/fixtures/info_request_events.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/fixtures/info_request_events.yml b/spec/fixtures/info_request_events.yml
new file mode 100644
index 000000000..260688999
--- /dev/null
+++ b/spec/fixtures/info_request_events.yml
@@ -0,0 +1,21 @@
+useless_outgoing_message_event:
+ params_yaml: "--- \n\
+ :outgoing_message_id: 1\n"
+ id: 900
+ info_request_id: 101
+ event_type: sent
+ created_at: 2007-10-25 10:41:12.686264
+silly_outgoing_message_event:
+ params_yaml: "--- \n\
+ :outgoing_message_id: 2\n"
+ id: 901
+ info_request_id: 103
+ event_type: sent
+ created_at: 2007-10-14 10:41:12.686264
+useless_incoming_message_event:
+ params_yaml: "--- \n\
+ :incoming_message_id: 1\n"
+ id: 902
+ info_request_id: 101
+ event_type: response
+ created_at: 2007-11-13 18:09:20.042061