Sha256: 8c2c1558980855f68e8991a7b9b14816cfa7b18a276e792a5caae25677c007fc
Contents?: true
Size: 332 Bytes
Versions: 17
Compression:
Stored size: 332 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 } total { 200 } end end
Version data entries
17 entries across 17 versions & 1 rubygems