middleman/middleman-core/features/more-clean_build.feature

14 lines
560 B
Gherkin
Raw Normal View History

Feature: Build Clean
Scenario: Clean an app with directory indexes
2013-04-13 22:52:22 +02:00
Given a successfully built app at "clean-dir-app" with flags "--no-clean"
Then the following files should exist:
| build/about/index.html |
2013-04-13 22:52:22 +02:00
Given a successfully built app at "clean-dir-app"
Then the following files should exist:
| build/about/index.html |
Scenario: Clean build an app that's never been built
2013-04-13 22:52:22 +02:00
Given a successfully built app at "clean-dir-app"
Then the following files should exist:
| build/about/index.html |