2012-05-25 01:14:17 +02:00
|
|
|
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"
|
2012-05-25 01:14:17 +02:00
|
|
|
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"
|
2012-05-25 01:14:17 +02:00
|
|
|
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"
|
2012-05-25 01:14:17 +02:00
|
|
|
Then the following files should exist:
|
|
|
|
| build/about/index.html |
|