@@ -111,7 +111,7 class IssuesControllerTest < ActionController::TestCase | |||
|
111 | 111 | Setting.display_subprojects_issues = 1 |
|
112 | 112 | get :index, :project_id => 1 |
|
113 | 113 | assert_response :success |
|
114 |
assert_template 'index |
|
|
114 | assert_template 'index' | |
|
115 | 115 | assert_not_nil assigns(:issues) |
|
116 | 116 | assert_tag :tag => 'a', :content => /Can't print recipes/ |
|
117 | 117 | assert_tag :tag => 'a', :content => /Subproject issue/ |
General Comments 0
You need to be logged in to leave comments.
Login now