diff --git a/test/fixtures/comatose_pages.yml b/test/fixtures/comatose_pages.yml index f56068b..0526cc5 100644 --- a/test/fixtures/comatose_pages.yml +++ b/test/fixtures/comatose_pages.yml @@ -1,4 +1,21 @@ root: id: 1 title: Root page - slug: '' + slug: +ze: + id: 2 + title: Ze homepage + slug: ze + full_path: 'ze' +ze_curriculum: + id: 3 + title: Ze curriculum + parent_id: 2 + slug: curriculum + full_path: 'ze/curriculum' +ze_contact: + id: 4 + title: Ze contact info + parent_id: 2 + slug: contact + full_path: 'ze/contact' -- libgit2 0.21.2