prep rc release

This commit is contained in:
Thomas Reynolds 2011-07-23 22:53:17 -07:00
parent 5c2defac6d
commit 7c266d9e85
9 changed files with 22 additions and 2 deletions

View file

@ -6,15 +6,18 @@ Feature: Minify Javascript
Scenario: Rendering inline js with the feature disabled
Given "minify_javascript" feature is "disabled"
And the Server is running
When I go to "/inline-js.html"
Then I should see "10" lines
Scenario: Rendering inline js with the feature enabled
Given "minify_javascript" feature is "enabled"
And the Server is running
When I go to "/inline-js.html"
Then I should see "5" lines
Scenario: Rendering inline js (coffeescript) with the feature enabled
Given "minify_javascript" feature is "enabled"
And the Server is running
When I go to "/inline-coffeescript.html"
Then I should see "5" lines