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

test/functional/issues_controller_test.rb

index e733a5206577b8b723882f33dd997ee78155ff6d..1a7703b5e631250fa3d5b19b34f33809713ee14f 100644 (file)
@@ -71,7 +71,7 @@ class IssuesControllerTest < ActionController::TestCase
     EnabledModule.delete_all("name = 'issue_tracking' AND project_id = 1")
     get :index
     assert_response :success
-    assert_template 'index.rhtml'
+    assert_template 'index'
     assert_not_nil assigns(:issues)
     assert_nil assigns(:project)
     assert_no_tag :tag => 'a', :content => /Can't print recipes/