Turn off debug mode on feature to suppress output.

This commit is contained in:
Tom Preston-Werner 2013-03-03 18:04:31 -08:00
parent 4caf613be8
commit ef9388684b
1 changed files with 1 additions and 1 deletions

View File

@ -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/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 "_includes/jekyll.textile" file that contains "Jekyll"
And I have an "index.html" page that contains "Basic Site with include tag: {% include about.textile %}" 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 Then the _site directory should exist
And I should see "Basic Site with include tag: Generated by Jekyll" in "_site/index.html" And I should see "Basic Site with include tag: Generated by Jekyll" in "_site/index.html"