summaryrefslogtreecommitdiff
path: root/test/fixtures/nodes.yml
blob: a0e185bd91676f6ff55a067cff8418bb7dca7b14 (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
38
39
40
41
42
43
44
45
46
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

root:
  id: 1
  lft: 1
  rgt: 10
  parent_id:
  slug:
  unique_name:


first_child:
  id: 2
  lft: 2
  rgt: 3
  parent_id: 1
  draft_id: 100
  slug: first_child
  unique_name: first_child

second_child:
  id: 3
  lft: 4
  rgt: 5
  parent_id: 1
  draft_id: 101
  slug: second_child
  unique_name: second_child
  
third_child:
  id: 4
  lft: 6
  rgt: 7
  parent_id: 1
  draft_id: 102
  slug: third_child
  unique_name: third_child
  
fourth_child:
  id: 5
  lft: 8
  rgt: 9
  parent_id: 1
  draft_id: 103
  slug: fourth_child
  unique_name: fourth_child