Skip to content

Commit

Permalink
fix proposal_answers_controller_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Aug 13, 2024
1 parent 8765eb5 commit 20fb2ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ module Admin

context "when templates is not installed" do
before do
allow(Decidim).to receive(:module_installed?).and_call_original
allow(Decidim).to receive(:module_installed?).with(:templates).and_return(false)
end

Expand Down

0 comments on commit 20fb2ea

Please sign in to comment.