Sha256: 11363a659fa2d3c42669811779d6a10e0002da1fab10a85a54f222459f058919
Contents?: true
Size: 431 Bytes
Versions: 8
Compression:
Stored size: 431 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Comments", type: :feature, perform_enqueued: true do let!(:feature) { create(:budget_feature, organization: organization) } let!(:commentable) { create(:project, feature: feature) } let(:resource_path) { decidim_budgets.project_path(commentable, feature_id: feature, participatory_process_id: feature.participatory_process) } include_examples "comments" end
Version data entries
8 entries across 8 versions & 1 rubygems