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