FactoryGirl.define do factory :service_rate, class: 'Logistics::Core::ServiceRate' do association :container_size association :transaction_type association :chargeable_service_unit_of_charge low 1.5 medium 1.5 high 1.5 effective_date Date.new end end