From daa9e11994482d0cde3901732dd0758f8e33400d Mon Sep 17 00:00:00 2001 From: scribu Date: Thu, 31 Jan 2013 05:35:19 +0200 Subject: [PATCH] fix whitespace in drafts.feature --- features/drafts.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/drafts.feature b/features/drafts.feature index d7a6eb31..27832fc4 100644 --- a/features/drafts.feature +++ b/features/drafts.feature @@ -11,7 +11,7 @@ Feature: Draft Posts | Recipe | 3/27/2009 | default | Not baked yet. | When I run jekyll with drafts Then the _site directory should exist - And I should see "Not baked yet." in "_site/recipe.html" + And I should see "Not baked yet." in "_site/recipe.html" Scenario: Don't preview a draft Given I have a configuration file with "permalink" set to "none" @@ -22,4 +22,4 @@ Feature: Draft Posts | Recipe | 3/27/2009 | default | Not baked yet. | When I run jekyll Then the _site directory should exist - And the "_site/recipe.html" file should not exist + And the "_site/recipe.html" file should not exist