it 'does not include votes of hidden comments' do
      visible_comment = create(:comment)
      hidden_comment  = create(:comment, hidden_at: Time.current)

      visible_comment_vote = create(:vote, votable: visible_comment)