clean up custom variable sort feature

This commit is contained in:
Aidan Feldman 2013-12-19 03:36:48 -05:00
parent 35712dcadc
commit 8c1706b66e
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ Feature: Embed filters
| title | layout | value | content |
| Page-2 | default | 6 | Something |
And I have a default layout that contains "{{ site.pages | sort:'value' | map:'title' | join:', ' }}"
# And I have a default layout that contains "{% assign pages = site.pages | sort:'value' %}{% for pg in pages %}{{ pg.value }}"
# And I have a default layout that contains "{% for pg in site.pages %}{{ pg.value }}{% endfor %}"
When I run jekyll
Then the _site directory should exist
And I should see exactly "Page-2, Page-1" in "_site/page-1.html"