@@ -326,7 +326,7 class IssuesControllerTest < ActionController::TestCase | |||||
326 | def test_show_by_anonymous |
|
326 | def test_show_by_anonymous | |
327 | get :show, :id => 1 |
|
327 | get :show, :id => 1 | |
328 | assert_response :success |
|
328 | assert_response :success | |
329 |
assert_template 'show |
|
329 | assert_template 'show' | |
330 | assert_not_nil assigns(:issue) |
|
330 | assert_not_nil assigns(:issue) | |
331 | assert_equal Issue.find(1), assigns(:issue) |
|
331 | assert_equal Issue.find(1), assigns(:issue) | |
332 |
|
332 |
General Comments 0
You need to be logged in to leave comments.
Login now