force the order of pages in order to pass specs in Travis (hope it is the right commit)
did
committed Mar 26, 2015
commit 0ef489d0293a57c0c756aeb72e6ed78b08eb5dea
Showing 2
changed files with
2 additions
and 0 deletions
spec/fixtures/default/app/views/pages/archives.liquid.haml
+1
-0
| @@ | @@ -2,4 +2,5 @@ |
| title: Archives | |
| listed: false | |
| published: false | |
| + | position: 13 |
| --- | |
spec/fixtures/default/app/views/pages/songs.liquid
+1
-0
| @@ | @@ -2,4 +2,5 @@ |
| title: Songs | |
| listed: false | |
| published: false | |
| + | position: 14 |
| --- | |