minor test fix: the variable is named page.path

This commit is contained in:
maul.esel 2013-04-14 09:52:30 +02:00
parent 91b9d974b2
commit 64702f2faf
1 changed files with 1 additions and 1 deletions

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/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" 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 Given I have a <dir>/_posts directory
And I have the following post in "<dir>": And I have the following post in "<dir>":
| title | type | date | content | | title | type | date | content |