minor test fix: the variable is named page.path
This commit is contained in:
parent
91b9d974b2
commit
64702f2faf
|
@ -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 |
|
||||||
|
|
Loading…
Reference in New Issue