Sha256: 5cccebddc9d42d004d22d71d6571d74f215f652ebd0acd8dd5c7bfc349bf8fe0
Contents?: true
Size: 354 Bytes
Versions: 9
Compression:
Stored size: 354 Bytes
Contents
FactoryGirl.define do factory :car_carrier_rate, class: 'Logistics::Core::CarCarrierRate' do association :route association :break_bulk_unit rate 1.5 margin 1.5 association :transporter association :transport_rate_period rate_type { FFaker::Name.name } association :selected_transporter, factory: :transporter end end
Version data entries
9 entries across 9 versions & 1 rubygems