assert_equal note, Issue.last.reportable
assert_equal "moderator", Issue.last.assigned_role
end
def test_can_report_notes_with_author
assert_equal note, Issue.last.reportable
assert_equal "moderator", Issue.last.assigned_role
end
def test_can_report_notes_with_author