mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
9 lines
No EOL
319 B
Gherkin
9 lines
No EOL
319 B
Gherkin
Feature: Templates should be chainable
|
|
In order to insert variables and data in "static" engines
|
|
|
|
Scenario: Data in Erb in Markdown
|
|
Given the Server is running at "chained-app"
|
|
When I go to "/index.html"
|
|
Then I should see "Title</h1>"
|
|
And I should see "Subtitle</h2>"
|
|
And I should see "Sup</h3>" |