FactoryGirl.define do factory :contract_item_rate, class: 'Logistics::Core::ContractItemRate' do association :chargeable_service_unit_of_charge association :contract association :transaction_type in_contract false margin 1.5 minimum_quantity 1.5 rate 1.5 end end