- post :create, :params => { :issue_id => issue.id }
- assert_response :redirect
- assert_redirected_to root_path
+ post issue_comments_path(:issue_id => issue)
+ assert_redirected_to :controller => :errors, :action => :forbidden
+ assert_equal 0, issue.comments.length