Sha256: 62c4484ad1462a7a1f4393091b79d11fd24c3ae92f7f4358a3783c69cbb4ba1a
Contents?: true
Size: 526 Bytes
Versions: 4
Compression:
Stored size: 526 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Comments", type: :feature, perform_enqueued: true do let!(:feature) { create(:proposal_feature, organization: organization) } let!(:author) { create(:user, :confirmed, organization: organization) } let!(:commentable) { create(:proposal, feature: feature, author: author) } let(:resource_path) { decidim_proposals.proposal_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