@@ -469,7 +469,7 class IssuesControllerTest < ActionController::TestCase | |||
|
469 | 469 | def test_show_atom |
|
470 | 470 | get :show, :id => 2, :format => 'atom' |
|
471 | 471 | assert_response :success |
|
472 |
assert_template 'journals/index |
|
|
472 | assert_template 'journals/index' | |
|
473 | 473 | # Inline image |
|
474 | 474 | assert_select 'content', :text => Regexp.new(Regexp.quote('http://test.host/attachments/download/10')) |
|
475 | 475 | end |
General Comments 0
You need to be logged in to leave comments.
Login now