Sha256: 9c1e262ce75c6ad080f2c1abc7635b9f755ceb82c6e9f421c3aa4bfd87b66e45
Contents?: true
Size: 420 Bytes
Versions: 4
Compression:
Stored size: 420 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Comments", type: :feature, perform_enqueued: true do let!(:feature) { create(:page_feature, organization: organization) } let!(:commentable) { create(:page, feature: feature) } let(:resource_path) { decidim_pages.page_path(commentable, feature_id: feature, participatory_process_id: feature.participatory_process) } include_examples "comments" end
Version data entries
4 entries across 4 versions & 1 rubygems