]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/diary_comments.yml
Ever more tests...
[rails.git] / test / fixtures / diary_comments.yml
1 comment_for_geo_post:
2   id: 1
3   diary_entry_id: 2
4   user_id: 2
5   body: Some comment text
6   created_at: "2008-11-08 09:45:34"
7   updated_at: "2008-11-08 10:34:34"
8   visible: true
9
10 comment_by_suspended_user:
11   id: 2
12   diary_entry_id: 2
13   user_id: 10
14   body: Some comment text
15   created_at: "2008-11-08 09:45:34"
16   updated_at: "2008-11-08 10:34:34"
17   visible: true
18
19 comment_by_deleted_user:
20   id: 3
21   diary_entry_id: 2
22   user_id: 11
23   body: Some comment text
24   created_at: "2008-11-08 09:45:34"
25   updated_at: "2008-11-08 10:34:34"
26   visible: true
27
28 hidden_comment:
29   id: 4
30   diary_entry_id: 2
31   user_id: 2
32   body: Some comment text
33   created_at: "2008-11-08 09:45:34"
34   updated_at: "2008-11-08 10:34:34"
35   visible: false