@@ -71,7 +71,7 class IssuesControllerTest < ActionController::TestCase | |||
|
71 | 71 | EnabledModule.delete_all("name = 'issue_tracking' AND project_id = 1") |
|
72 | 72 | get :index |
|
73 | 73 | assert_response :success |
|
74 |
assert_template 'index |
|
|
74 | assert_template 'index' | |
|
75 | 75 | assert_not_nil assigns(:issues) |
|
76 | 76 | assert_nil assigns(:project) |
|
77 | 77 | assert_no_tag :tag => 'a', :content => /Can't print recipes/ |
General Comments 0
You need to be logged in to leave comments.
Login now