Sha256: 45a657d30e7e3d9ed16b6bf3465ed30abc34c4d1a3e6d6ab7bb3d5e7b2b49d45
Contents?: true
Size: 600 Bytes
Versions: 9
Compression:
Stored size: 600 Bytes
Contents
# frozen_string_literal: true require "spec_helper" describe "Report Comment", type: :feature do include_context "feature" include_examples "reports" let(:manifest_name) { "dummy" } let!(:commentable) { create(:dummy_resource, feature: feature) } let!(:reportable) { create(:comment, commentable: commentable) } let(:reportable_path) { resource_locator(commentable).path } let!(:user) { create :user, :confirmed, organization: organization } let!(:feature) do create( :feature, manifest: manifest, participatory_space: participatory_process ) end end
Version data entries
9 entries across 9 versions & 1 rubygems