Skip to content

Commit

Permalink
fix: PP specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 22, 2023
1 parent db9cccb commit a2e3d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spec/factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
require "decidim/decidim_awesome/test/factories"
require "decidim/verifications/test/factories"
require "decidim/budgets_booth/test/factories"
require "decidim/custom_proposal_states/test/factories"
2 changes: 1 addition & 1 deletion spec/system/participatory_processes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@

context "when going to the participatory process page" do
let!(:participatory_process) { base_process }
let!(:proposals_component) { create(:component, :published, participatory_space: participatory_process, manifest_name: :proposals) }
let!(:proposals_component) { create(:extended_proposal_component, :published, participatory_space: participatory_process, manifest_name: :proposals) }
let!(:meetings_component) { create(:component, :unpublished, participatory_space: participatory_process, manifest_name: :meetings) }

before do
Expand Down

0 comments on commit a2e3d08

Please sign in to comment.