Blob of test/fixtures/messages.yml (raw blob data)

1 #
2 #
3 #
4 #
5
6 <% fixtures :users, :projects %>
7
8 6:
9 id: 6
10 activity: "Adding CRUD for tickets, milestones etc.."
11 audience: :public
12 project_id: <%= projects(:gitlab) %>
13 user_id: <%= users(:mtkd) %>
14 created_at: "2008-05-25 19:47:00"
15
16 5:
17 id: 5
18 activity: "Public viewers of the messages tab will see a list of all recent messages, chronologically."
19 audience: :public
20 project_id: <%= projects(:gitlab) %>
21 user_id: <%= users(:mtkd) %>
22 created_at: "2008-05-03 18:07:00"
23
24 4:
25 id: 4
26 activity: "The messages tab, if you are logged in, shows your recent messages, and those of the rest of the team - grouped by person."
27 audience: :public
28 project_id: <%= projects(:gitlab) %>
29 user_id: <%= users(:mtkd) %>
30 created_at: "2008-04-29 02:00:00"
31
32 3:
33 id: 3
34 activity: "The blog is mainly aimed at larger posts - aimed at a public audience."
35 audience: :public
36 project_id: <%= projects(:gitlab) %>
37 user_id: <%= users(:mtkd) %>
38 created_at: "2008-04-28 20:00:00"
39
40 2:
41 id: 2
42 activity: "Messages are just tweats so you can document, briefly, what you are working on."
43 audience: :public
44 project_id: <%= projects(:gitlab) %>
45 user_id: <%= users(:mtkd) %>
46 created_at: "2008-04-27 20:00:00"
47
48 1:
49 id: 1
50 activity: "First message."
51 audience: :public
52 project_id: <%= projects(:gitlab) %>
53 user_id: <%= users(:mtkd) %>
54 created_at: "2008-04-26 20:00:00"