Sha256: 7b6e0ade793f5d0c9a90d4cbfecd6b5ba3a80c1fc4405e085c2fc302fc72b28f
Contents?: true
Size: 241 Bytes
Versions: 5
Compression:
Stored size: 241 Bytes
Contents
FactoryGirl.define do factory :return_authorization, class: Spree::ReturnAuthorization do number '100' amount 100.00 association(:order, factory: :shipped_order) reason 'no particular reason' state 'received' end end
Version data entries
5 entries across 5 versions & 1 rubygems