Sha256: db448b7aa4af9d6cfd66aecd14c88ddc48f6464819fb06e5a7d6d6e85819c105
Contents?: true
Size: 309 Bytes
Versions: 70
Compression:
Stored size: 309 Bytes
Contents
FactoryGirl.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
70 entries across 70 versions & 1 rubygems