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