Sha256: da4b930259b350b6f96a8fa42d43ce50e21d683a4b1c7d5016d3a958dff110e6
Contents?: true
Size: 684 Bytes
Versions: 74
Compression:
Stored size: 684 Bytes
Contents
Feature: Automatically detect and insert image dimensions into tags In order to speed up development and appease YSlow Scenario: Rendering an image with the feature disabled Given "automatic_image_sizes" feature is "disabled" And the Server is running at "automatic-image-size-app" 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 at "automatic-image-size-app" When I go to "/auto-image-sizes.html" Then I should see "width=" And I should see "height="
Version data entries
74 entries across 74 versions & 3 rubygems