FactoryGirl.define do factory :client_contract, class: 'Logistics::Core::ClientContract' do association :offer_request title { FFaker::Name.name } status 1 ref_no { FFaker::Name.name } contract_date Date.new end end