From: Toshi MARUYAMA Date: Fri, 2 Sep 2011 01:42:30 +0000 (+0000) Subject: remove hard-coded '.rhtml' from "test_index_with_project_and_subprojects_should_show_... X-Git-Tag: 1.3.0~926 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0e0b1a0339871789e36498ec07c65250bf74ba59;p=redmine.git remove hard-coded '.rhtml' from "test_index_with_project_and_subprojects_should_show_private_subprojects" of functional issues controller test (#6317). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7040 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index c9ae6109a..ff3fa0ea8 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -111,7 +111,7 @@ class IssuesControllerTest < ActionController::TestCase Setting.display_subprojects_issues = 1 get :index, :project_id => 1 assert_response :success - assert_template 'index.rhtml' + assert_template 'index' assert_not_nil assigns(:issues) assert_tag :tag => 'a', :content => /Can't print recipes/ assert_tag :tag => 'a', :content => /Subproject issue/