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:
parent
7beb27800b
commit
c69909910d
2 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||
|
||||
|
||||
|
|
|
@ -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>"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue