mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
test chained templates build
This commit is contained in:
parent
2ed409b5e1
commit
451b9e5f46
1 changed files with 7 additions and 1 deletions
|
@ -6,4 +6,10 @@ Feature: Templates should be chainable
|
|||
When I go to "/index.html"
|
||||
Then I should see "Title</h1>"
|
||||
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