@@ -132,7 +132,7 class IssuesControllerTest < ActionController::TestCase | |||||
132 | def test_index_with_project_and_default_filter |
|
132 | def test_index_with_project_and_default_filter | |
133 | get :index, :project_id => 1, :set_filter => 1 |
|
133 | get :index, :project_id => 1, :set_filter => 1 | |
134 | assert_response :success |
|
134 | assert_response :success | |
135 |
assert_template 'index |
|
135 | assert_template 'index' | |
136 | assert_not_nil assigns(:issues) |
|
136 | assert_not_nil assigns(:issues) | |
137 |
|
137 | |||
138 | query = assigns(:query) |
|
138 | query = assigns(:query) |
General Comments 0
You need to be logged in to leave comments.
Login now