fix clean tests

This commit is contained in:
Thomas Reynolds 2011-12-15 16:33:09 -08:00
parent 151c47672e
commit 43e6d669b5
5 changed files with 46 additions and 47 deletions

View file

@ -2,10 +2,7 @@ Feature: Builder
In order to output static html and css for delivery
Scenario: Checking built folder for content
Given a built app at "test-app"
Then a directory named "build" should exist
And the exit status should be 0
Given a successfully built app at "test-app"
When I cd to "build"
Then the following files should exist:
| index.html |
@ -38,10 +35,7 @@ Feature: Builder
And the file "spaces in file.html" should contain "spaces"
Scenario: Build glob
Given a built app at "glob-app" with flags "--glob '*.css'"
Then a directory named "build" should exist
And the exit status should be 0
Given a successfully built app at "glob-app" with flags "--glob '*.css'"
When I cd to "build"
Then the following files should not exist:
| index.html |