Repository URL to install this package:
|
Version:
4.0.0.pre.3 ▾
|
FactoryGirl.define do
factory :core_instructor, class: 'Core::Instructor' do
name { Faker::Name.name }
association :organisation, factory: :core_organisation
end
end