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.14 features/clean_build.feature
middleman-more-3.0.13 features/clean_build.feature
middleman-more-3.0.12 features/clean_build.feature
middleman-more-3.0.12.pre.1 features/clean_build.feature
middleman-more-3.0.11 features/clean_build.feature
middleman-more-3.0.10.pre.1 features/clean_build.feature
middleman-more-3.0.9 features/clean_build.feature
middleman-more-3.0.8 features/clean_build.feature
middleman-more-3.0.8.pre.2 features/clean_build.feature
middleman-more-3.0.8.pre.1 features/clean_build.feature
middleman-more-3.0.7 features/clean_build.feature
middleman-more-3.0.6 features/clean_build.feature
middleman-more-3.0.5 features/clean_build.feature
middleman-more-3.0.4 features/clean_build.feature
middleman-more-3.0.2 features/clean_build.feature
middleman-more-3.0.1.pre features/clean_build.feature
middleman-more-3.0.0 features/clean_build.feature
middleman-more-3.0.0.rc.4 features/clean_build.feature
middleman-more-3.0.0.rc.3 features/clean_build.feature
middleman-more-3.0.0.rc.2 features/clean_build.feature