describe Widget::Feeds::DebateComponent do
  let(:debate) { create(:debate, sdg_goals: [SDG::Goal[1]]) }
  let(:component) { Widget::Feeds::DebateComponent.new(debate) }

  before do