it 'blocks votes on comments on hidden debates' do
      hidden_debate = create(:debate, :hidden)
      comment_on_hidden_debate = create(:comment, commentable: hidden_debate)
      vote = create(:vote, votable: comment_on_hidden_debate)