FactoryGirl.define do factory :self_driving_rate, class: 'Logistics::Core::SelfDrivingRate' do association :break_bulk_unit margin 1.5 rate 9.99 association :rate_period, factory: :transport_rate_period rate_type { FFaker::Name.name } association :route association :selected_transporter, factory: :transporter association :transporter end end