Commit cf1897a949f197f237cee91d156f3e8a53bf0e3e
1 parent
7df1673a
Exists in
master
and in
29 other branches
ActionItem18: marking pending integration tests
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@442 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
18 additions
and
1 deletions
Show diff stats
test/fixtures/comatose_pages.yml
1 | root: | 1 | root: |
2 | id: 1 | 2 | id: 1 |
3 | title: Root page | 3 | title: Root page |
4 | - slug: '' | 4 | + slug: |
5 | +ze: | ||
6 | + id: 2 | ||
7 | + title: Ze homepage | ||
8 | + slug: ze | ||
9 | + full_path: 'ze' | ||
10 | +ze_curriculum: | ||
11 | + id: 3 | ||
12 | + title: Ze curriculum | ||
13 | + parent_id: 2 | ||
14 | + slug: curriculum | ||
15 | + full_path: 'ze/curriculum' | ||
16 | +ze_contact: | ||
17 | + id: 4 | ||
18 | + title: Ze contact info | ||
19 | + parent_id: 2 | ||
20 | + slug: contact | ||
21 | + full_path: 'ze/contact' |