FactoryGirl.define do factory :increment_rate, class: 'Logistics::Core::IncrementRate' do percent 15 effective_date Date.new association :service_increment end end