Sha256: aedcfc11d2c6f4b659256e1f8952aed7b3c2077f608903072e1454d95fb990c5
Contents?: true
Size: 293 Bytes
Versions: 4
Compression:
Stored size: 293 Bytes
Contents
FactoryBot.define do factory :student_eligibility, class: Sis::Core::StudentEligibility do association :student association :academic_year association :semester association :eligibility_criteria association :cleared_by, factory: :user is_eligible { false } end end
Version data entries
4 entries across 4 versions & 1 rubygems