Blob of spec/fixtures/comments.yml (raw blob data)

1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2
3 johans_repos:
4 id: 1
5 user_id: 1
6 repository_id: 1
7 sha1: 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 # foo
8 body: a comment
9 project_id: 1
10
11 johans_repos2:
12 id: 2
13 user_id: 1
14 repository_id: 1
15 sha1: 62cdb7020ff920e5aa642c3d4066950dd1f01f4d # bar
16 body: another comment
17 project_id: 1
18
19 moes_repos:
20 id: 3
21 user_id: 2
22 repository_id: 2
23 sha1: 62cdb7020ff920e5aa642c3d4066950dd1f01f4d # bar
24 body: a comment in moes repos
25 project_id: 2