@@ -38,7 +38,7 class AttachmentsControllerTest < ActionController::TestCase | |||||
38 |
|
38 | |||
39 | def test_show_diff |
|
39 | def test_show_diff | |
40 | ['inline', 'sbs'].each do |dt| |
|
40 | ['inline', 'sbs'].each do |dt| | |
41 | # 060719210727_changeset_utf8.diff |
|
41 | # 060719210727_changeset_utf8.diff | |
42 | get :show, :id => 14, :type => dt |
|
42 | get :show, :id => 14, :type => dt | |
43 | assert_response :success |
|
43 | assert_response :success | |
44 | assert_template 'diff' |
|
44 | assert_template 'diff' |
General Comments 0
You need to be logged in to leave comments.
Login now