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

Version Path
dorsale-4.0.0 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.20.0 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.19.1 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.19.0 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.18.0 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.17.0 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.16.0 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.15.0 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.11 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.10 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.9 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.8 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.7 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.6 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.5 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.3 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.2 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.1 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.14.0 spec/factories/billing_machine_quotation_lines.rb
dorsale-3.13.0 spec/factories/billing_machine_quotation_lines.rb