]> source.dussan.org Git - redmine.git/commitdiff
remove hard-coded '.rhtml' from "test_index_with_query_grouped_by_list_custom_field...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Sep 2011 00:16:47 +0000 (00:16 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Sep 2011 00:16:47 +0000 (00:16 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7032 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 779f9387285fb2da2aadb94d3fb4cd31f3086928..0b12ea8dc29a591dd0f8c45bd661818d05284de4 100644 (file)
@@ -186,7 +186,7 @@ class IssuesControllerTest < ActionController::TestCase
   def test_index_with_query_grouped_by_list_custom_field
     get :index, :project_id => 1, :query_id => 9
     assert_response :success
-    assert_template 'index.rhtml'
+    assert_template 'index'
     assert_not_nil assigns(:issues)
     assert_not_nil assigns(:issue_count_by_group)
   end