Sha256: 96773488c1199484260309dc79ea39084d46bda6c044ab4fc6352bd7e1891440
Contents?: true
Size: 652 Bytes
Versions: 67
Compression:
Stored size: 652 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 "test-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 "test-app" When I go to "/auto-image-sizes.html" Then I should see "width=" And I should see "height="
Version data entries
67 entries across 67 versions & 1 rubygems