@@ -186,7 +186,7 class IssuesControllerTest < ActionController::TestCase | |||
|
186 | 186 | def test_index_with_query_grouped_by_list_custom_field |
|
187 | 187 | get :index, :project_id => 1, :query_id => 9 |
|
188 | 188 | assert_response :success |
|
189 |
assert_template 'index |
|
|
189 | assert_template 'index' | |
|
190 | 190 | assert_not_nil assigns(:issues) |
|
191 | 191 | assert_not_nil assigns(:issue_count_by_group) |
|
192 | 192 | end |
General Comments 0
You need to be logged in to leave comments.
Login now