Sha256: b402741914d60d4ecad9abe92859c8a2ebac3f0ab03b56de0d274cf4ae52900a
Contents?: true
Size: 315 Bytes
Versions: 24
Compression:
Stored size: 315 Bytes
Contents
FactoryBot.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
24 entries across 24 versions & 1 rubygems