From 59d211a6b359a841b3f23922154a0239ad99e0dc Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 16 Jul 2011 15:44:32 -0700 Subject: [PATCH] some dep started striping whitespace --- features/minify_css.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/minify_css.feature b/features/minify_css.feature index c26027f7..5fe03599 100644 --- a/features/minify_css.feature +++ b/features/minify_css.feature @@ -9,7 +9,7 @@ Feature: Minify CSS Scenario: Rendering external css with the feature disabled Given "minify_css" feature is "disabled" When I go to "/stylesheets/site.css" - Then I should see "56" lines + Then I should see "55" lines # Scenario: Rendering inline css with the feature enabled # Given "minify_css" feature is "enabled"