]> source.dussan.org Git - redmine.git/commitdiff
remove hard-coded '.rhtml' from "test_index" of functional issues controller test...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Sep 2011 01:08:58 +0000 (01:08 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Sep 2011 01:08:58 +0000 (01:08 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7034 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 04da7af51ae4222c1229c8f6193cbde90818a74c..e733a5206577b8b723882f33dd997ee78155ff6d 100644 (file)
@@ -55,7 +55,7 @@ class IssuesControllerTest < ActionController::TestCase
 
     get :index
     assert_response :success
-    assert_template 'index.rhtml'
+    assert_template 'index'
     assert_not_nil assigns(:issues)
     assert_nil assigns(:project)
     assert_tag :tag => 'a', :content => /Can't print recipes/