Sha256: 4040a595b1ba4e7b87dfcd3a1db9ab82fca50b2ed7e03c07dce495999726151f
Contents?: true
Size: 564 Bytes
Versions: 59
Compression:
Stored size: 564 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" 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" When I go to "/auto-image-sizes.html" Then I should see "width=" And I should see "height="
Version data entries
59 entries across 59 versions & 2 rubygems