Sha256: bdbdb7dd05f446905bb619c62921a89e7ffd53268973bcd442f520dbede94ad5

Contents?: true

Size: 586 Bytes

Versions: 2

Compression:

Stored size: 586 Bytes

Contents

Feature: Keep Empty Text Area's
  
  Scenario: Preview HTML with minify_html enabled
    Given "minify_html" feature is "enabled"
    And 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 file named "config.rb" with:
      """
      activate :minify_html
      """
    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

2 entries across 2 versions & 1 rubygems

Version Path
middleman-minify-html-3.1.1 features/empty-text-area.feature
middleman-minify-html-3.1.0 features/empty-text-area.feature