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

@ -3,12 +3,14 @@ Feature: Automatically detect and insert image dimensions into tags
Scenario: Rendering an image with the feature disabled
Given "automatic_image_sizes" feature is "disabled"
And the Server is running
When I go to "/auto-image-sizes.html"
Then I should not see "width="
And I should not see "height="
Scenario: Rendering an image with the feature enabled
Given "automatic_image_sizes" feature is "enabled"
And the Server is running
When I go to "/auto-image-sizes.html"
Then I should see "width="
And I should see "height="