projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
some tweaking to the user fixtures so that there is 2 near each other. new users...
[rails.git]
/
test
/
fixtures
/
messages.yml
1
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
one:
3
sender: normal_user
4
title: test message 1
5
body: some body text
6
sent_on: "2008-05-01 12:34:56"
7
message_read: false
8
recipient: second_user
9
10
two:
11
sender: second_user
12
title: test message 2
13
body: some body test
14
sent_on: "2008-05-02 12:45:23"
15
message_read: true
16
recipient: normal_user