Sha256: 4d2880b64ddeb3072316cdd55645fae699ad1c1380529b0b6076c0d295df3b78

Contents?: true

Size: 456 Bytes

Versions: 3

Compression:

Stored size: 456 Bytes

Contents

Feature: Keep Empty Text Area's
  
  Scenario: Preview HTML with minify_html enabled
    Given the Server is running at "basic-app"
    When I go to "/empty-text-area.html"
    Then I should see "<textarea></textarea>"

  Scenario: Build HTML with minify_html enabled
    Given a fixture app "basic-app"
    And a successfully built app at "basic-app"
    When I cd to "build"
    Then the file "empty-text-area.html" should contain "<textarea></textarea>"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
middleman-minify-html-3.4.1 features/empty-text-area.feature
middleman-minify-html-3.4.0 features/empty-text-area.feature
middleman-minify-html-3.3.0 features/empty-text-area.feature