allow setting of markdown engine with symbol

This commit is contained in:
Thomas Reynolds 2011-08-31 12:22:45 -07:00
parent 0df1a7cc28
commit af9e4989e3
5 changed files with 54 additions and 22 deletions

View file

@ -0,0 +1,7 @@
Feature: Markdown support
In order to test included Maruku support
Scenario: Rendering html
Given the Server is running at "test-app"
When I go to "/markdown.html"
Then I should see "<p>Hello World</p>"