Sha256: c9f69260aab45ae7bb76cb211667682a204ec5a2f8e04c92a6ffd258491cf016
Contents?: true
Size: 428 Bytes
Versions: 4
Compression:
Stored size: 428 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Comments", type: :feature, perform_enqueued: true do let!(:feature) { create(:result_feature, organization: organization) } let!(:commentable) { create(:result, feature: feature) } let(:resource_path) { decidim_results.result_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