Sha256: 2ee968a5279c93ed5182505cbc91717b03b24b4ddc821b797eec2c579a19f659

Contents?: true

Size: 578 Bytes

Versions: 21

Compression:

Stored size: 578 Bytes

Contents

Feature: Build Clean

  Scenario: Clean an app with directory indexes
    Given a successfully built app at "clean-dir-app"
    Then the following files should exist:
      | build/about/index.html        |
    Given a successfully built app at "clean-dir-app" with flags "--clean"
    Then the following files should exist:
      | build/about/index.html        |

  Scenario: Clean build an app that's never been built
    Given a successfully built app at "clean-dir-app" with flags "--clean"
    Then the following files should exist:
      | build/about/index.html        |

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
middleman-more-3.0.0.rc.1 features/clean_build.feature