it "expires cache when the author's organization get verified" do
      create(:organization, user: debate.author)
      expect { debate.author.organization.verify }
        .to change { [debate.reload.cache_version, debate.author.cache_version] }