Sha256: 43fbfc323f655491655d01fde6e074edaf58543cf2ef00dab2d1c8b49e79b7f3
Contents?: true
Size: 537 Bytes
Versions: 11
Compression:
Stored size: 537 Bytes
Contents
# frozen_string_literal: true shared_context "participatory process administration" do let(:organization) { create(:organization) } let!(:participatory_process) { create(:participatory_process, organization: organization) } let(:image1_filename) { "city.jpeg" } let(:image1_path) { Decidim::Dev.asset(image1_filename) } let(:image2_filename) { "city2.jpeg" } let(:image2_path) { Decidim::Dev.asset(image2_filename) } let(:image3_filename) { "city3.jpeg" } let(:image3_path) { Decidim::Dev.asset(image3_filename) } end
Version data entries
11 entries across 11 versions & 1 rubygems