Sha256: dc79fbb161a9cd022eafcb10c7a1d5bff2784e50a7493153d18251826d8e15ea
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
describe Unidom::Inventory::SerializedInventoryItem, type: :model do before :each do end after :each do end context do model_attributes = { stored_id: SecureRandom.uuid, stored_type: 'Unidom::Inventory::Stored::Mock', store_id: SecureRandom.uuid, store_type: 'Unidom::Inventory::Store::Mock', lot_id: SecureRandom.uuid, serial_number: '123456789012' } it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unidom-inventory-0.8 | lib/rspec/models/unidom/inventory/serialized_inventory_item_spec.rb |