features/post_data: Fix undefined feature step.

This commit is contained in:
Parker Moore 2015-12-22 22:44:56 -05:00
parent cd2688ab66
commit 6a72d4a986
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ Feature: Post data
| override | 2013-04-12 | override-path.html | Non-custom path: {{ page.path }} | | override | 2013-04-12 | override-path.html | Non-custom path: {{ page.path }} |
When I run jekyll build When I run jekyll build
Then the _site directory should exist Then the _site directory should exist
And I should see "Non-custom path: _posts/2013-04-12-override.markdown in "_site/2013/04/12/override.html" And I should see "Non-custom path: _posts/2013-04-12-override.markdown" in "_site/2013/04/12/override.html"
Scenario: Disable a post from being published Scenario: Disable a post from being published
Given I have a _posts directory Given I have a _posts directory