2011-07-08 01:30:30 +02:00
|
|
|
Feature: YAML Front Matter
|
|
|
|
In order to specific options and data inline
|
|
|
|
|
|
|
|
Scenario: Rendering html
|
2011-07-28 04:59:38 +02:00
|
|
|
Given the Server is running at "test-app"
|
2011-07-08 01:30:30 +02:00
|
|
|
When I go to "/front-matter.html"
|
2011-11-28 07:15:56 +01:00
|
|
|
Then I should see "<h1>This is the title</h1>"
|
|
|
|
Then I should not see "---"
|