Sha256: 5229bcfa3a12ab8bd85e55d6ff843d6c6bd180128051fb68b42dafe05b808394
Contents?: true
Size: 418 Bytes
Versions: 40
Compression:
Stored size: 418 Bytes
Contents
require 'spec_helper' RSpec.describe Target, type: :model, targets: true do it_behaves_like "a DDR model" it_behaves_like "an object that can have content" it_behaves_like "it has an association", :has_many, :components, :has_external_target, "Component" it_behaves_like "it has an association", :belongs_to, :collection, :is_external_target_for, "Collection" it_behaves_like "a non-collection model" end
Version data entries
40 entries across 40 versions & 1 rubygems