]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/diary_comments.yml
Update short link test results
[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
9 comment_by_suspended_user:
10   id: 2
11   diary_entry_id: 2
12   user_id: 10
13   body: Some comment text
14   created_at: "2008-11-08 09:45:34"
15   updated_at: "2008-11-08 10:34:34"
16
17 comment_by_deleted_user:
18   id: 3
19   diary_entry_id: 2
20   user_id: 11
21   body: Some comment text
22   created_at: "2008-11-08 09:45:34"
23   updated_at: "2008-11-08 10:34:34"