Sha256: 0f9631a0fc4cd165703a1b4f2e3df42df1053089c3d297784f314018e0e946f9
Contents?: true
Size: 307 Bytes
Versions: 24
Compression:
Stored size: 307 Bytes
Contents
FactoryBot.define do factory :billing_machine_invoice_line, class: ::Dorsale::BillingMachine::InvoiceLine do invoice { create(:billing_machine_invoice) } label { "Invoice line" + Faker::Lorem.words.join(" ") } quantity { 10 } unit { "€" } unit_price { 20 } end end
Version data entries
24 entries across 24 versions & 1 rubygems