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

@ -1,8 +1,11 @@
Feature: Custom Layout Engine
Scenario: Checking built folder for content
Given a built app at "custom-layout-app"
Then "index.html" should exist at "custom-layout-app" and include "Comment in layout"
Given a successfully built app at "custom-layout-app"
When I cd to "build"
Then the following files should exist:
| index.html |
And the file "index.html" should contain "Comment in layout"
Scenario: Checking server for content
Given the Server is running at "test-app"