hope that will please Travis-CI
did
committed Feb 19, 2015
commit 637978b952002af6e26c80721a847d6dc5b6d47d
Showing 2
changed files with
2 additions
and 1 deletions
locomotive/steam/services/page_finder.rb b/lib/locomotive/steam/services/page_finder.rb
+1
-1
| @@ | @@ -38,7 +38,7 @@ module Locomotive |
| else | |
| [_segment] | |
| end | |
| - | end.flatten.sort |
| + | end.flatten |
| end | |
| end | |
spec/fixtures/default/app/views/pages/songs/song-number-1.liquid.haml
+1
-0
| @@ | @@ -1,4 +1,5 @@ |
| --- | |
| title: Song #1 | |
| + | position: 1 |
| --- | |
| another version | |