prep rc release
This commit is contained in:
parent
5c2defac6d
commit
7c266d9e85
9 changed files with 22 additions and 2 deletions
|
@ -8,6 +8,7 @@ Feature: Minify CSS
|
|||
|
||||
Scenario: Rendering external css with the feature disabled
|
||||
Given "minify_css" feature is "disabled"
|
||||
And the Server is running
|
||||
When I go to "/stylesheets/site.css"
|
||||
Then I should see "55" lines
|
||||
|
||||
|
@ -18,5 +19,6 @@ Feature: Minify CSS
|
|||
|
||||
Scenario: Rendering external css with the feature enabled
|
||||
Given "minify_css" feature is "enabled"
|
||||
And the Server is running
|
||||
When I go to "/stylesheets/site.css"
|
||||
Then I should see "1" lines
|
Loading…
Add table
Add a link
Reference in a new issue