1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

adjust some markdown tests

This commit is contained in:
Thomas Reynolds 2013-09-28 00:23:13 -07:00
parent 7beb27800b
commit c69909910d
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ Feature: Markdown support in Haml (Kramdown)
"""
Given the Server is running at "markdown-in-haml-app"
When I go to "/markdown_filter/"
Then I should see "<h1 id="h1">H1</h1>"
Then I should see ">H1</h1>"
Then I should see "<p>paragraph</p>"

View file

@ -18,7 +18,7 @@ Feature: Markdown support in Haml
"""
Given the Server is running at "markdown-in-haml-app"
When I go to "/markdown_filter/"
Then I should see "<h1>H1</h1>"
Then I should see ">H1</h1>"
Then I should see "<p>paragraph</p>"