Merge branch 'master' of git://github.com/tdreyno/middleman
This commit is contained in:
commit
c6209b2869
4 changed files with 25 additions and 7 deletions
|
@ -7,3 +7,14 @@ Feature: Build 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"
|
||||
|
||||
Scenario: Clean an app with directory indexes
|
||||
Given a built app at "clean-dir-app"
|
||||
Then "about/index.html" should exist at "clean-dir-app"
|
||||
Given a built app at "clean-dir-app" with flags "--clean"
|
||||
Then "about/index.html" should exist at "clean-dir-app"
|
||||
Then cleanup built app at "clean-dir-app"
|
||||
|
||||
Scenario: Clean build an app that's never been built
|
||||
Given a built app at "clean-dir-app" with flags "--clean"
|
||||
Then "about/index.html" should exist at "clean-dir-app"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue