remove hard-coded '.rxml' from "test_index_atom_feed" of functional activities controller test (#6317)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7485 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-24 04:19:26 +00:00
parent 52011f1582
commit 0f160628f6
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class ActivitiesControllerTest < ActionController::TestCase
def test_index_atom_feed
get :index, :format => 'atom'
assert_response :success
assert_template 'common/feed.atom.rxml'
assert_template 'common/feed.atom'
assert_tag :tag => 'entry', :child => {
:tag => 'link',
:attributes => {:href => 'http://test.host/issues/11'}}