FactoryBot.define do factory :instructor_course, class: 'Sis::Core::InstructorCourse' do association :instructor association :course end end