lib/decidim/dev/test/rspec_support/component_context.rb in decidim-dev-0.22.0 vs lib/decidim/dev/test/rspec_support/component_context.rb in decidim-dev-0.23.0
- old
+ new
@@ -17,11 +17,10 @@
create(:component,
manifest: manifest,
participatory_space: participatory_space)
end
- let!(:category) { create :category, participatory_space: participatory_process }
-
+ let!(:category) { create :category, participatory_space: participatory_space }
let!(:scope) { create :scope, organization: organization }
before do
switch_to_host(organization.host)
end