##// END OF EJS Templates
remove hard-coded '.rhtml' from "test_index_with_project_and_empty_filters" of functional issues controller test (#6317)....
Toshi MARUYAMA -
r6909:2088626b8eb8
parent child
Show More
@@ -158,7 +158,7 class IssuesControllerTest < ActionController::TestCase
158 158 def test_index_with_project_and_empty_filters
159 159 get :index, :project_id => 1, :set_filter => 1, :fields => ['']
160 160 assert_response :success
161 assert_template 'index.rhtml'
161 assert_template 'index'
162 162 assert_not_nil assigns(:issues)
163 163
164 164 query = assigns(:query)
General Comments 0
You need to be logged in to leave comments. Login now