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