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