FactoryGirl.define do factory :break_bulk_storage_rate, class: 'Logistics::Core::BreakBulkStorageRate' do association :break_bulk_unit association :transaction_type association :warehouse_rate_period association :content_type rate 1.5 effective_date Date.new end end