diff options
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/nodes.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml index 9879d9f..3f89f6d 100644 --- a/test/fixtures/nodes.yml +++ b/test/fixtures/nodes.yml | |||
| @@ -3,6 +3,16 @@ | |||
| 3 | one: | 3 | one: |
| 4 | id: 1 | 4 | id: 1 |
| 5 | lft: 1 | 5 | lft: 1 |
| 6 | rgt: 2 | 6 | rgt: 4 |
| 7 | parent_id: | ||
| 8 | slug: | ||
| 9 | unique_name: | ||
| 10 | |||
| 11 | |||
| 12 | two: | ||
| 13 | id: 2 | ||
| 14 | lft: 2 | ||
| 15 | rgt: 3 | ||
| 16 | parent_id: 1 | ||
| 7 | slug: my_first_page | 17 | slug: my_first_page |
| 8 | unique_name: root/my_first_page | 18 | unique_name: root/my_first_page |
