@@ -89,7 +89,7 class IssuesControllerTest < ActionController::TestCase | |||
|
89 | 89 | Setting.display_subprojects_issues = 0 |
|
90 | 90 | get :index, :project_id => 1 |
|
91 | 91 | assert_response :success |
|
92 |
assert_template 'index |
|
|
92 | assert_template 'index' | |
|
93 | 93 | assert_not_nil assigns(:issues) |
|
94 | 94 | assert_tag :tag => 'a', :content => /Can't print recipes/ |
|
95 | 95 | assert_no_tag :tag => 'a', :content => /Subproject issue/ |
General Comments 0
You need to be logged in to leave comments.
Login now