Sha256: 60aef08b9f7d437f2699f0d14fe58c50ccb556727e6b53aed0f162e55d368fdc
Contents?: true
Size: 213 Bytes
Versions: 11
Compression:
Stored size: 213 Bytes
Contents
FactoryGirl.define do factory :exam_portion, class: Gaku::ExamPortion do name 'wow' max_score 100 weight 100 problem_count 1 exam factory(:invalid_exam_portion) { name nil } end end
Version data entries
11 entries across 11 versions & 2 rubygems