@@ -55,7 +55,7 class IssuesControllerTest < ActionController::TestCase | |||
|
55 | 55 | |
|
56 | 56 | get :index |
|
57 | 57 | assert_response :success |
|
58 |
assert_template 'index |
|
|
58 | assert_template 'index' | |
|
59 | 59 | assert_not_nil assigns(:issues) |
|
60 | 60 | assert_nil assigns(:project) |
|
61 | 61 | assert_tag :tag => 'a', :content => /Can't print recipes/ |
General Comments 0
You need to be logged in to leave comments.
Login now