scenario "Erasing a comment's author" do
    poll = create(:poll)
    comment = create(:comment, commentable: poll, body: "this should be visible")
    comment.user.erase