@@ -200,7 +200,7 class RepositoriesCvsControllerTest < ActionController::TestCase | |||||
200 | assert_tag :tag => 'th', :attributes => { :class => 'filename' }, |
|
200 | assert_tag :tag => 'th', :attributes => { :class => 'filename' }, | |
201 | :content => /test\/README/ |
|
201 | :content => /test\/README/ | |
202 | assert_tag :tag => 'th', :attributes => { :class => 'filename' }, |
|
202 | assert_tag :tag => 'th', :attributes => { :class => 'filename' }, | |
203 |
:content => /test\/images\/delete.png |
|
203 | :content => /test\/images\/delete.png/ | |
204 | assert_tag :tag => 'th', :attributes => { :class => 'filename' }, |
|
204 | assert_tag :tag => 'th', :attributes => { :class => 'filename' }, | |
205 | :content => /test\/images\/edit.png/ |
|
205 | :content => /test\/images\/edit.png/ | |
206 | assert_tag :tag => 'th', :attributes => { :class => 'filename' }, |
|
206 | assert_tag :tag => 'th', :attributes => { :class => 'filename' }, |
General Comments 0
You need to be logged in to leave comments.
Login now