Add a space because regexp.

This commit is contained in:
Parker Moore 2014-08-30 22:40:32 -07:00
parent eea5921856
commit 943dc27e78
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Feature: Rendering
And I have a configuration file with "color" set to "red"
When I run jekyll build
Then the _site directory should exist
And I should see ".foo-bar {\n color:red; }" in "_site/index.css"
And I should see ".foo-bar {\n color: red; }" in "_site/index.css"
Scenario: Render liquid in CoffeeScript
Given I have an "index.coffee" page with animal "cicada" that contains "hey='for {{page.animal}}'"