Sha256: 7d1920a1499ae9ff933555458b35f6c0a645649975db0f1ef2d3e6b08f17a015
Contents?: true
Size: 250 Bytes
Versions: 26
Compression:
Stored size: 250 Bytes
Contents
FactoryGirl.define do factory :attendance, class: Gaku::Attendance do reason 'headache' after(:build) do |attendance| attendance.attendance_type = build(:attendance_type) attendance.student = build(:student) end end end
Version data entries
26 entries across 26 versions & 2 rubygems