@@ -953,7 +953,7 class WikiControllerTest < ActionController::TestCase | |||
|
953 | 953 | 'description' => 'test file'} |
|
954 | 954 | } |
|
955 | 955 | end |
|
956 |
attachment = Attachment. |
|
|
956 | attachment = Attachment.order('id DESC').first | |
|
957 | 957 | assert_equal Wiki.find(1).find_page('CookBook_documentation'), attachment.container |
|
958 | 958 | end |
|
959 | 959 | end |
General Comments 0
You need to be logged in to leave comments.
Login now