@@ -78,7 +78,7 class ActivitiesControllerTest < ActionController::TestCase | |||||
78 | def test_index_atom_feed |
|
78 | def test_index_atom_feed | |
79 | get :index, :format => 'atom' |
|
79 | get :index, :format => 'atom' | |
80 | assert_response :success |
|
80 | assert_response :success | |
81 |
assert_template 'common/feed.atom |
|
81 | assert_template 'common/feed.atom' | |
82 | assert_tag :tag => 'entry', :child => { |
|
82 | assert_tag :tag => 'entry', :child => { | |
83 | :tag => 'link', |
|
83 | :tag => 'link', | |
84 | :attributes => {:href => 'http://test.host/issues/11'}} |
|
84 | :attributes => {:href => 'http://test.host/issues/11'}} |
General Comments 0
You need to be logged in to leave comments.
Login now