adapt minify_css test to compass line_comments change
This commit is contained in:
parent
98fc81beef
commit
c3c662cf44
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Feature: Minify CSS
|
||||||
"""
|
"""
|
||||||
And the Server is running at "minify-css-app"
|
And the Server is running at "minify-css-app"
|
||||||
When I go to "/stylesheets/site.css"
|
When I go to "/stylesheets/site.css"
|
||||||
Then I should see "60" lines
|
Then I should see "50" lines
|
||||||
And I should see "only screen and (device-width"
|
And I should see "only screen and (device-width"
|
||||||
|
|
||||||
Scenario: Rendering external css with the feature enabled
|
Scenario: Rendering external css with the feature enabled
|
||||||
|
@ -40,7 +40,7 @@ Feature: Minify CSS
|
||||||
"""
|
"""
|
||||||
And the Server is running at "passthrough-app"
|
And the Server is running at "passthrough-app"
|
||||||
When I go to "/stylesheets/site.css"
|
When I go to "/stylesheets/site.css"
|
||||||
Then I should see "55" lines
|
Then I should see "46" lines
|
||||||
|
|
||||||
Scenario: Rendering inline css with the feature disabled
|
Scenario: Rendering inline css with the feature disabled
|
||||||
Given a fixture app "minify-css-app"
|
Given a fixture app "minify-css-app"
|
||||||
|
|
Loading…
Reference in a new issue