test chained templates build
This commit is contained in:
parent
2ed409b5e1
commit
451b9e5f46
|
@ -7,3 +7,9 @@ Feature: Templates should be chainable
|
||||||
Then I should see "Title</h1>"
|
Then I should see "Title</h1>"
|
||||||
And I should see "Subtitle</h2>"
|
And I should see "Subtitle</h2>"
|
||||||
And I should see "Sup</h3>"
|
And I should see "Sup</h3>"
|
||||||
|
|
||||||
|
Scenario: Build chained template
|
||||||
|
Given a built app at "chained-app"
|
||||||
|
Then "index.html" should exist at "chained-app" and include "Title</h1>"
|
||||||
|
Then "index.html" should exist at "chained-app" and include "Subtitle</h2>"
|
||||||
|
Then "index.html" should exist at "chained-app" and include "Sup</h3>"
|
Loading…
Reference in a new issue