FactoryBot.define do factory :instructor, class: 'Sis::Core::Instructor' do # full_name { FFaker::Name.name } # date_of_birth { Date.new(2000, 1, 1) } end end