Sha256: f29a28bc273a9b2f06256e6b38b04f5f0547f7e33c32798f59e73072a7fe7995
Contents?: true
Size: 306 Bytes
Versions: 23
Compression:
Stored size: 306 Bytes
Contents
FactoryGirl.define do factory :return_authorization, :class => Spree::ReturnAuthorization do number '100' amount 100.00 #order { FactoryGirl.create(:order) } order { FactoryGirl.create(:order_with_inventory_unit_shipped) } reason 'no particular reason' state 'received' end end
Version data entries
23 entries across 23 versions & 2 rubygems