From 64702f2fafe1e095655f723d1e6a5f4d29f5c5ae Mon Sep 17 00:00:00 2001 From: "maul.esel" Date: Sun, 14 Apr 2013 09:52:30 +0200 Subject: [PATCH] minor test fix: the variable is named page.path --- features/post_data.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/post_data.feature b/features/post_data.feature index 04c385ac..5ed7e862 100644 --- a/features/post_data.feature +++ b/features/post_data.feature @@ -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 /_posts directory And I have the following post in "": | title | type | date | content |