Sha256: 97ddd79103da9508ac1f515936f135e8bfec8846f2c6f0e62c216216912bf486
Contents?: true
Size: 602 Bytes
Versions: 3
Compression:
Stored size: 602 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_process: participatory_process ) end end
Version data entries
3 entries across 3 versions & 1 rubygems