FactoryBot.define do
  factory :library_location, class: 'Library::Location' do
    association :school
    name { Faker::Lorem.word }
  end
end
