summaryrefslogtreecommitdiff
path: root/test/fixtures/nodes.yml
blob: d244a2c81e74d502d6cab646e4c00d938de9b1c4 (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

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


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

second_child:
  id: 3
  lft: 4
  rgt: 5
  parent_id: 1
  slug: second_child
  unique_name: second_child