Sha256: 4b5e28f35e4e632fd6b663d6cb7621c505f8cf5cb5563ff426a21885f9641332
Contents?: true
Size: 318 Bytes
Versions: 70
Compression:
Stored size: 318 Bytes
Contents
FactoryGirl.define do factory :billing_machine_quotation_line, class: ::Dorsale::BillingMachine::QuotationLine do quotation { create(:billing_machine_quotation) } label { "Quotation line" + Faker::Lorem.words.join(" ") } quantity { 10 } unit { "€" } unit_price { 20 } end end
Version data entries
70 entries across 70 versions & 1 rubygems