Sha256: 0f64bb7d032958513fe0abe7d8de7632900f0c42f0cce697271b08690303a412
Contents?: true
Size: 349 Bytes
Versions: 20
Compression:
Stored size: 349 Bytes
Contents
require 'spec_helper' RSpec.describe Item, :type => :model do it_behaves_like "a DDR model" it_behaves_like "an object that has content metadata" it_behaves_like "it has an association", :belongs_to, :parent, :is_member_of_collection, "Collection" it_behaves_like "it has an association", :has_many, :children, :is_part_of, "Component" end
Version data entries
20 entries across 20 versions & 1 rubygems