2011-08-31 12:22:45 -07:00
|
|
|
Feature: Markdown support
|
|
|
|
In order to test included Maruku support
|
|
|
|
|
|
|
|
Scenario: Rendering html
|
2011-12-14 10:22:06 -08:00
|
|
|
Given the Server is running at "markdown-app"
|
|
|
|
When I go to "/index.html"
|
|
|
|
Then I should see "<p>Hello World</p>"
|
2013-04-06 22:55:49 -07:00
|
|
|
|
|
|
|
@encoding
|
2012-05-02 15:27:47 -07:00
|
|
|
Scenario: Markdown extensions (Maruku)
|
2011-12-14 10:22:06 -08:00
|
|
|
Given the Server is running at "markdown-app"
|
|
|
|
When I go to "/smarty_pants.html"
|
2013-04-06 16:01:40 -07:00
|
|
|
Then I should see "“Hello”"
|