From ef9388684b35f22cff66fc9e25b01fbc37135701 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 3 Mar 2013 18:04:31 -0800 Subject: [PATCH] Turn off debug mode on feature to suppress output. --- features/create_sites.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/create_sites.feature b/features/create_sites.feature index 438ee358..cbdfb64b 100644 --- a/features/create_sites.feature +++ b/features/create_sites.feature @@ -89,7 +89,7 @@ Feature: Create sites And I have an "_includes/about.textile" file that contains "Generated by {% include jekyll.textile %}" And I have an "_includes/jekyll.textile" file that contains "Jekyll" And I have an "index.html" page that contains "Basic Site with include tag: {% include about.textile %}" - When I debug jekyll + When I run jekyll Then the _site directory should exist And I should see "Basic Site with include tag: Generated by Jekyll" in "_site/index.html"