some dep started striping whitespace

This commit is contained in:
Thomas Reynolds 2011-07-16 15:44:32 -07:00
parent 5e64749294
commit 59d211a6b3

View file

@ -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"