mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
10 lines
451 B
Gherkin
10 lines
451 B
Gherkin
|
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"
|