Sha256: a992ee7497372dfb67a9d9c571274b1625b221c448d80329f292d38722c478af
Contents?: true
Size: 299 Bytes
Versions: 3
Compression:
Stored size: 299 Bytes
Contents
FactoryBot.define do factory :purchase do paid { true } commission { 1000.99 } quantity { 1 } expired_at { "1984-04-06 09:00" } amount { 2_000_000.95 } description { "Just a text" } payment_method { 'debit' } shipping { 'express' } store { 'online' } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
human_attributes-1.1.0 | spec/dummy/spec/factories/purchases.rb |
human_attributes-1.0.0 | spec/dummy/spec/factories/purchases.rb |
human_attributes-0.7.1 | spec/dummy/spec/factories/purchases.rb |