FactoryBot.define do
  factory :pathwright_category, class: 'Pathwright::Category' do
    name { Faker::Lorem.word }
  end
end
