summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/nodes.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml
index 07ac089..d244a2c 100644
--- a/test/fixtures/nodes.yml
+++ b/test/fixtures/nodes.yml
@@ -1,6 +1,6 @@
1# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html 1# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 2
3one: 3root:
4 id: 1 4 id: 1
5 lft: 1 5 lft: 1
6 rgt: 6 6 rgt: 6
@@ -9,7 +9,7 @@ one:
9 unique_name: 9 unique_name:
10 10
11 11
12two: 12first_child:
13 id: 2 13 id: 2
14 lft: 2 14 lft: 2
15 rgt: 3 15 rgt: 3
@@ -17,7 +17,7 @@ two:
17 slug: first_child 17 slug: first_child
18 unique_name: first_child 18 unique_name: first_child
19 19
20three: 20second_child:
21 id: 3 21 id: 3
22 lft: 4 22 lft: 4
23 rgt: 5 23 rgt: 5