summaryrefslogtreecommitdiff
path: root/test/fixtures/pages.yml
blob: 8171b381a80f4cfb52d8dd466386651928759f15 (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
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
  id: 1
  revision: 1
  node_id: 2
  
two:
  id: 2
  revision: 1
  node_id: 4
  
draft1:
  id: 100
  revision: 1
  node_id: 2
  
draft2:
  id: 101
  revision: 1
  node_id: 3
  
draft3:
  id: 102
  revision: 1
  node_id: 4