summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/functional/projects_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb
index 6125745db..fa35df7de 100644
--- a/test/functional/projects_controller_test.rb
+++ b/test/functional/projects_controller_test.rb
@@ -55,7 +55,7 @@ class ProjectsControllerTest < ActionController::TestCase
def test_index_atom
get :index, :format => 'atom'
assert_response :success
- assert_template 'common/feed.atom.rxml'
+ assert_template 'common/feed.atom'
assert_select 'feed>title', :text => 'Redmine: Latest projects'
assert_select 'feed>entry', :count => Project.count(:conditions => Project.visible_condition(User.current))
end