From 943dc27e786c2cc04e71a47c58bbb16d791cdfd4 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 30 Aug 2014 22:40:32 -0700 Subject: [PATCH] Add a space because regexp. --- features/rendering.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/rendering.feature b/features/rendering.feature index 8e5ebaae..e0b9d8f0 100644 --- a/features/rendering.feature +++ b/features/rendering.feature @@ -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}}'"