##// END OF EJS Templates
remove hard-coded '.rhtml' from "test_index_with_project_and_subprojects_should_show_private_subprojects" of functional issues controller test (#6317)....
Toshi MARUYAMA -
r6920:0e0b1a033987
parent child
Show More
@@ -111,7 +111,7 class IssuesControllerTest < ActionController::TestCase
111 111 Setting.display_subprojects_issues = 1
112 112 get :index, :project_id => 1
113 113 assert_response :success
114 assert_template 'index.rhtml'
114 assert_template 'index'
115 115 assert_not_nil assigns(:issues)
116 116 assert_tag :tag => 'a', :content => /Can't print recipes/
117 117 assert_tag :tag => 'a', :content => /Subproject issue/
General Comments 0
You need to be logged in to leave comments. Login now