##// END OF EJS Templates
remove hard-coded '.rhtml' from "test_index_with_project_and_filter" of functional issues controller test (#6317)....
Toshi MARUYAMA -
r6922:de9e3f94d547
parent child
Show More
@@ -136,7 +136,7 class IssuesControllerTest < ActionController::TestCase
136 136 :op => {'tracker_id' => '='},
137 137 :v => {'tracker_id' => ['1']}
138 138 assert_response :success
139 assert_template 'index.rhtml'
139 assert_template 'index'
140 140 assert_not_nil assigns(:issues)
141 141
142 142 query = assigns(:query)
General Comments 0
You need to be logged in to leave comments. Login now