FactoryGirl.define do factory :logistics_core_contract_service, class: 'Logistics::Core::ContractService' do contract_id 1 chargeable_service_unit_of_charge_id 1 chargeable_service_id 1 end end