some dep started striping whitespace
This commit is contained in:
parent
5e64749294
commit
59d211a6b3
|
@ -9,7 +9,7 @@ Feature: Minify CSS
|
||||||
Scenario: Rendering external css with the feature disabled
|
Scenario: Rendering external css with the feature disabled
|
||||||
Given "minify_css" feature is "disabled"
|
Given "minify_css" feature is "disabled"
|
||||||
When I go to "/stylesheets/site.css"
|
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
|
# Scenario: Rendering inline css with the feature enabled
|
||||||
# Given "minify_css" feature is "enabled"
|
# Given "minify_css" feature is "enabled"
|
||||||
|
|
Loading…
Reference in a new issue