Sha256: 08f995edabb046822151266a278eb230f4275de74150f0780fd3e27c10a7a7ad
Contents?: true
Size: 292 Bytes
Versions: 14
Compression:
Stored size: 292 Bytes
Contents
FactoryGirl.define do factory :inventory_unit, :class => Spree::InventoryUnit do variant { Factory(:variant) } order { Factory(:order) } state 'sold' shipment { Factory(:shipment, :state => 'pending') } #return_authorization { Factory(:return_authorization) } end end
Version data entries
14 entries across 14 versions & 1 rubygems