##// END OF EJS Templates
remove hard-coded '.rhtml' from "test_index_with_project_and_default_filter" of functional issues controller test (#6317)....
Toshi MARUYAMA -
r6908:62b42671c680
parent child
Show More
@@ -132,7 +132,7 class IssuesControllerTest < ActionController::TestCase
132 def test_index_with_project_and_default_filter
132 def test_index_with_project_and_default_filter
133 get :index, :project_id => 1, :set_filter => 1
133 get :index, :project_id => 1, :set_filter => 1
134 assert_response :success
134 assert_response :success
135 assert_template 'index.rhtml'
135 assert_template 'index'
136 assert_not_nil assigns(:issues)
136 assert_not_nil assigns(:issues)
137
137
138 query = assigns(:query)
138 query = assigns(:query)
General Comments 0
You need to be logged in to leave comments. Login now