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