FactoryGirl.define do factory :esl_transport_tariff, class: Logistics::Core::EslTransportTariff do association :route storage_point {FFaker::Name.name} end end