Merge pull request #2108 from slavapavlutin/refactor-cucumber-features

This commit is contained in:
Parker Moore 2014-03-03 20:11:44 -05:00
commit 5ffbdd8cdc
11 changed files with 101 additions and 99 deletions

View File

@ -20,6 +20,8 @@ Feature: Embed filters
And I have the following post:
| title | date | layout | content |
| Star & Wars | 2009-03-27 | default | These aren't the droids you're looking for. |
And I have a default layout that contains "{{ page.title | xml_escape }}"
When I run jekyll
Then the _site directory should exist