mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
8 lines
No EOL
268 B
Gherkin
8 lines
No EOL
268 B
Gherkin
Feature: YAML Front Matter
|
|
In order to specific options and data inline
|
|
|
|
Scenario: Rendering html
|
|
Given the Server is running at "test-app"
|
|
When I go to "/front-matter.html"
|
|
Then I should see "<h1>This is the title</h1>"
|
|
Then I should not see "---" |