FactoryGirl.define do factory :contract_rate, class: 'Logistics::Core::ContractRate' do association :chargeable_service_unit_of_charge association :transaction_type association :contract in_contract false rate 1.5 end end