@@ -158,7 +158,7 class IssuesControllerTest < ActionController::TestCase | |||||
158 | def test_index_with_project_and_empty_filters |
|
158 | def test_index_with_project_and_empty_filters | |
159 | get :index, :project_id => 1, :set_filter => 1, :fields => [''] |
|
159 | get :index, :project_id => 1, :set_filter => 1, :fields => [''] | |
160 | assert_response :success |
|
160 | assert_response :success | |
161 |
assert_template 'index |
|
161 | assert_template 'index' | |
162 | assert_not_nil assigns(:issues) |
|
162 | assert_not_nil assigns(:issues) | |
163 |
|
163 | |||
164 | query = assigns(:query) |
|
164 | query = assigns(:query) |
General Comments 0
You need to be logged in to leave comments.
Login now