middleman/features/front-matter.feature

7 lines
222 B
Gherkin
Raw Normal View History

2011-07-08 01:30:30 +02:00
Feature: YAML Front Matter
In order to specific options and data inline
Scenario: Rendering html
Given the Server is running
When I go to "/front-matter.html"
Then I should see "<h1>This is the title</h1>"