# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
- id: 1
- from_user_id: users(:normal_user).id
+ sender: normal_user
title: test message 1
body: some body text
sent_on: "2008-05-01 12:34:56"
message_read: false
- to_user_id: users(:second_user).id
+ recipient: second_user
two:
- id: 2
+ sender: second_user
+ title: test message 2
+ body: some body test
+ sent_on: "2008-05-02 12:45:23"
+ message_read: true
+ recipient: normal_user