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