@@ -170,7 +170,7 class IssuesControllerTest < ActionController::TestCase | |||
|
170 | 170 | def test_index_with_query |
|
171 | 171 | get :index, :project_id => 1, :query_id => 5 |
|
172 | 172 | assert_response :success |
|
173 |
assert_template 'index |
|
|
173 | assert_template 'index' | |
|
174 | 174 | assert_not_nil assigns(:issues) |
|
175 | 175 | assert_nil assigns(:issue_count_by_group) |
|
176 | 176 | end |
General Comments 0
You need to be logged in to leave comments.
Login now