Sha256: ddd716ca4172511e32223c50c99163c963b453f3e0f9ea5d9cd71fb3f9e7bf50
Contents?: true
Size: 517 Bytes
Versions: 1
Compression:
Stored size: 517 Bytes
Contents
describe Unidom::Inventory::InventoryItemVariance, type: :model do before :each do end after :each do end context do model_attributes = { inventory_item_id: SecureRandom.uuid, inventory_item_type: 'Unidom::Inventory::InventoryItem::Mock', reason_id: SecureRandom.uuid, reason_type: 'Unidom::Inventory::Reason::Mock', quantity: 120.000000 } 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/inventory_item_variance_spec.rb |