diff options
Diffstat (limited to 'test/fixtures/nodes.yml')
| -rw-r--r-- | test/fixtures/nodes.yml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml index 3f89f6d8..07ac0897 100644 --- a/test/fixtures/nodes.yml +++ b/test/fixtures/nodes.yml | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | one: | 3 | one: |
| 4 | id: 1 | 4 | id: 1 |
| 5 | lft: 1 | 5 | lft: 1 |
| 6 | rgt: 4 | 6 | rgt: 6 |
| 7 | parent_id: | 7 | parent_id: |
| 8 | slug: | 8 | slug: |
| 9 | unique_name: | 9 | unique_name: |
| @@ -14,5 +14,13 @@ two: | |||
| 14 | lft: 2 | 14 | lft: 2 |
| 15 | rgt: 3 | 15 | rgt: 3 |
| 16 | parent_id: 1 | 16 | parent_id: 1 |
| 17 | slug: my_first_page | 17 | slug: first_child |
| 18 | unique_name: root/my_first_page | 18 | unique_name: first_child |
| 19 | |||
| 20 | three: | ||
| 21 | id: 3 | ||
| 22 | lft: 4 | ||
| 23 | rgt: 5 | ||
| 24 | parent_id: 1 | ||
| 25 | slug: second_child | ||
| 26 | unique_name: second_child \ No newline at end of file | ||
