@@ -53,7 +53,7 class WikiControllerTest < ActionController::TestCase | |||
|
53 | 53 | assert_tag :tag => 'h1', :content => /Another page/ |
|
54 | 54 | # Included page with an inline image |
|
55 | 55 | assert_tag :tag => 'p', :content => /This is an inline image/ |
|
56 | assert_tag :tag => 'img', :attributes => { :src => '/attachments/download/3', | |
|
56 | assert_tag :tag => 'img', :attributes => { :src => '/attachments/download/3/logo.gif', | |
|
57 | 57 | :alt => 'This is a logo' } |
|
58 | 58 | end |
|
59 | 59 |
General Comments 0
You need to be logged in to leave comments.
Login now