Sha256: c6f21b5325888cc0fe12790555947770a890625e68000362fd8a2f0c7ce98514
Contents?: true
Size: 346 Bytes
Versions: 12
Compression:
Stored size: 346 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) { resource_locator(commentable).path } include_examples "comments" end
Version data entries
12 entries across 12 versions & 1 rubygems