Sha256: c76575de5ae4bba05710c330c9e3185f4b6967b3026f5a3eb351779284333920

Contents?: true

Size: 564 Bytes

Versions: 10

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 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="

  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="

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
middleman-0.14.1 features/automatic_image_sizes.feature
middleman-0.14.0 features/automatic_image_sizes.feature
middleman-0.14.0.pre2 features/automatic_image_sizes.feature
middleman-0.13.2.pre features/automatic_image_sizes.feature
middleman-0.13.1 features/automatic_image_sizes.feature
middleman-0.12.2 features/automatic_image_sizes.feature
middleman-0.12.1 features/automatic_image_sizes.feature
middleman-0.12.0.pre3 features/automatic_image_sizes.feature
middleman-0.12.0.pre2 features/automatic_image_sizes.feature
middleman-0.12.0.pre features/automatic_image_sizes.feature