Sha256: 9aaf4df1467e2b2d558d8cef9777623e82c32435fd9512e84f409aa976e1cbb9
Contents?: true
Size: 345 Bytes
Versions: 4
Compression:
Stored size: 345 Bytes
Contents
describe Unidom::Category::CategoryRollup, type: :model do before :each do end after :each do end context do model_attributes = { ancestor_category_id: SecureRandom.uuid, descendant_category_id: SecureRandom.uuid } it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes end end
Version data entries
4 entries across 4 versions & 1 rubygems