Use a bigger sample for badges titles (#4334)

This commit is contained in:
rhymes 2019-10-09 19:13:26 +02:00 committed by Ben Halpern
parent 1aa0d95de3
commit 54047f2292

View file

@ -5,7 +5,7 @@ FactoryBot.define do
)
factory :badge do
title { Faker::Games::Overwatch.quote }
title { Faker::Book.title }
description { Faker::Lorem.sentence }
badge_image { image }
end