We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88eaa9a commit 23aeae3Copy full SHA for 23aeae3
spec/factories/better_together/people.rb
@@ -8,6 +8,7 @@ module BetterTogether
8
id { Faker::Internet.uuid }
9
name { Faker::Name.name }
10
description { Faker::Lorem.paragraph(sentence_count: 3) }
11
+ identifier { Faker::Internet.unique.username(specifier: 8..12) }
12
13
community
14
end
0 commit comments