From 451b9e5f4617bde57c9b741c998bc1a7185177cb Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Tue, 29 Nov 2011 11:51:01 -0800 Subject: [PATCH] test chained templates build --- features/chained_templates.feature | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/features/chained_templates.feature b/features/chained_templates.feature index 1fd0699d..e9c968e4 100644 --- a/features/chained_templates.feature +++ b/features/chained_templates.feature @@ -6,4 +6,10 @@ Feature: Templates should be chainable When I go to "/index.html" Then I should see "Title" And I should see "Subtitle" - And I should see "Sup" \ No newline at end of file + And I should see "Sup" + + Scenario: Build chained template + Given a built app at "chained-app" + Then "index.html" should exist at "chained-app" and include "Title" + Then "index.html" should exist at "chained-app" and include "Subtitle" + Then "index.html" should exist at "chained-app" and include "Sup" \ No newline at end of file