@@ -178,7 +178,7 class IssuesControllerTest < ActionController::TestCase | |||
|
178 | 178 | def test_index_with_query_grouped_by_tracker |
|
179 | 179 | get :index, :project_id => 1, :query_id => 6 |
|
180 | 180 | assert_response :success |
|
181 |
assert_template 'index |
|
|
181 | assert_template 'index' | |
|
182 | 182 | assert_not_nil assigns(:issues) |
|
183 | 183 | assert_not_nil assigns(:issue_count_by_group) |
|
184 | 184 | end |
General Comments 0
You need to be logged in to leave comments.
Login now