Sha256: 1e6b12de0737b2eb2ee82fa2a12042f62e087ffcc8f29f9d953b34de80c91b9e
Contents?: true
Size: 371 Bytes
Versions: 42
Compression:
Stored size: 371 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 factory :new_return_authorization, class: Spree::ReturnAuthorization do association(:order, factory: :shipped_order) end end
Version data entries
42 entries across 42 versions & 1 rubygems