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