blob: 686f173f8581ab4655b37b4aee8595af0485bb03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
# one:
# id: 1
# revision: 1
# node_id: 2
# title: "first"
#
# two:
# id: 2
# revision: 1
# node_id: 4
# title: "second"
#
# draft1:
# id: 100
# revision: 1
# node_id: 2
# title: "third"
#
# draft2:
# id: 101
# revision: 1
# node_id: 3
# title: "fourth"
#
# draft3:
# id: 102
# revision: 1
# node_id: 4
# title: "fifth"
#
# draft4:
# id: 103
# revision: 1
# node_id: 5
# title: "sixth"
|