Sha256: 847c9d7705f1f2f5bbd019b1e18a6a27ac4fb9a4330e5f53f425d589f3d67d60

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

Feature: Build Clean
  Scenario: Build and Clean an app
    Given app "clean-app" is using config "empty"
    And a built app at "clean-app"
    And app "clean-app" is using config "complications"
    And a built app at "clean-app" with flags "--clean"
    Then "should_be_ignored.html" should not exist at "clean-app"
    And "should_be_ignored2.html" should not exist at "clean-app"
    And "should_be_ignored3.html" should not exist at "clean-app"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-3.0.0.alpha.3 features/clean_build.feature
middleman-3.0.0.alpha.2 features/clean_build.feature