Sha256: ffc43b3c8538550459324a401afd3c90724c75439f3e478cbe8920657a08091a
Contents?: true
Size: 224 Bytes
Versions: 57
Compression:
Stored size: 224 Bytes
Contents
FactoryGirl.define do factory :inventory_unit, class: Spree::InventoryUnit do variant order state 'on_hand' association(:shipment, factory: :shipment, state: 'pending') # return_authorization end end
Version data entries
57 entries across 57 versions & 1 rubygems