FactoryBot.define do
  factory :service_requirement, class: 'Service::Requirement' do
    association :school
    student_hours { Faker::Number.digit }
    family_hours { Faker::Number.digit }
  end
end
