Fix tables alignments in Cucumber features

This commit is contained in:
Slava Pavlutin 2014-03-01 23:08:30 +04:00
parent e2308eb7f4
commit 2f79262f80
11 changed files with 101 additions and 100 deletions

View File

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