Merge pull request #968 from maul-esel/cucumber-fix

minor test fix: the variable is named page.path
This commit is contained in:
Parker Moore
2013-04-14 10:42:27 -07:00

View File

@@ -153,7 +153,7 @@ Feature: Post data
And I should see "Post categories: scifi and movies" in "_site/scifi/movies/2009/03/27/star-wars.html"
And I should see "Post categories: scifi and movies" in "_site/scifi/movies/2013/03/17/star-trek.html"
Scenario Outline: Use post.path variable
Scenario Outline: Use page.path variable
Given I have a <dir>/_posts directory
And I have the following post in "<dir>":
| title | type | date | content |