mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Ruby 1.8-friendly markdown image test
This commit is contained in:
parent
6ccf5e2db0
commit
1c9810483b
1 changed files with 3 additions and 1 deletions
|
@ -59,5 +59,7 @@ Feature: Markdown support
|
|||
Given the Server is running at "markdown-app"
|
||||
When I go to "/link_and_image/"
|
||||
Then I should see "/smarty_pants/"
|
||||
Then I should see 'width="1" height="1" src="/images/blank.gif"'
|
||||
Then I should see 'width="1"'
|
||||
And I should see 'height="1"'
|
||||
And I should see 'src="/images/blank.gif"'
|
||||
|
Loading…
Add table
Reference in a new issue