Skip to content

Commit 23aeae3

Browse files
committed
changes identifier on person factory back to Faker data
1 parent 88eaa9a commit 23aeae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/factories/better_together/people.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module BetterTogether
88
id { Faker::Internet.uuid }
99
name { Faker::Name.name }
1010
description { Faker::Lorem.paragraph(sentence_count: 3) }
11+
identifier { Faker::Internet.unique.username(specifier: 8..12) }
1112

1213
community
1314
end

0 commit comments

Comments
 (0)