Sha256: 86e5d1875f4a8156c720e8d9f1ac4e52f1d80bfa41bed34dc55ff7883b9dc65b
Contents?: true
Size: 790 Bytes
Versions: 17
Compression:
Stored size: 790 Bytes
Contents
FactoryBot.define do factory :questionnaire do first_name "John" last_name "Doe" phone "(123) 456-7890" international false date_of_birth Date.today - 20.years experience "first" interest "design" school_id { create(:school).id } shirt_size "Unisex - M" dietary_restrictions "" special_needs "" agreement_accepted true code_of_conduct_accepted true data_sharing_accepted true can_share_info true gender "Male" major "Computer Science" level_of_study "University (Undergraduate)" why_attend "This sounds cool" association :user end end
Version data entries
17 entries across 17 versions & 1 rubygems