adapt minify_css test to compass line_comments change

This commit is contained in:
Thomas Reynolds 2012-05-26 15:15:53 -07:00
parent 98fc81beef
commit c3c662cf44

View file

@ -8,7 +8,7 @@ Feature: Minify CSS
"""
And the Server is running at "minify-css-app"
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"
Scenario: Rendering external css with the feature enabled
@ -40,7 +40,7 @@ Feature: Minify CSS
"""
And the Server is running at "passthrough-app"
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
Given a fixture app "minify-css-app"