Skip to content

Commit 65d12d2

Browse files
committed
changes people factory to remove identifier creation
1 parent 8409815 commit 65d12d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/factories/better_together/people.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ module BetterTogether
77
factory :better_together_person, class: Person, aliases: %i[person inviter invitee creator author] do
88
id { Faker::Internet.uuid }
99
name { Faker::Name.name }
10-
description { Faker::Lorem.paragraphs(number: 3) }
11-
identifier { Faker::Internet.unique.username(specifier: 5..10) }
10+
description { Faker::Lorem.paragraph(sentence_count: 3) }
1211

1312
community
1413
end

0 commit comments

Comments
 (0)