Sha256: 61ecde0aed3ceae49df355acb375b6f3a4f8c3858cf1c56d27e009189c6fe9d2
Contents?: true
Size: 335 Bytes
Versions: 36
Compression:
Stored size: 335 Bytes
Contents
require 'spec_helper' RSpec.describe Item, type: :model do it_behaves_like "a DDR model" 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" it_behaves_like "a non-collection model" end
Version data entries
36 entries across 36 versions & 1 rubygems