middleman/middleman-more/features/markdown.feature
2013-04-06 22:55:49 -07:00

13 lines
398 B
Gherkin

Feature: Markdown support
In order to test included Maruku support
Scenario: Rendering html
Given the Server is running at "markdown-app"
When I go to "/index.html"
Then I should see "<p>Hello World</p>"
@encoding
Scenario: Markdown extensions (Maruku)
Given the Server is running at "markdown-app"
When I go to "/smarty_pants.html"
Then I should see "Hello"