@@ -136,7 +136,7 class IssuesControllerTest < ActionController::TestCase | |||
|
136 | 136 | :op => {'tracker_id' => '='}, |
|
137 | 137 | :v => {'tracker_id' => ['1']} |
|
138 | 138 | assert_response :success |
|
139 |
assert_template 'index |
|
|
139 | assert_template 'index' | |
|
140 | 140 | assert_not_nil assigns(:issues) |
|
141 | 141 | |
|
142 | 142 | query = assigns(:query) |
General Comments 0
You need to be logged in to leave comments.
Login now