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 8409815 commit 65d12d2Copy full SHA for 65d12d2
spec/factories/better_together/people.rb
@@ -7,8 +7,7 @@ module BetterTogether
7
factory :better_together_person, class: Person, aliases: %i[person inviter invitee creator author] do
8
id { Faker::Internet.uuid }
9
name { Faker::Name.name }
10
- description { Faker::Lorem.paragraphs(number: 3) }
11
- identifier { Faker::Internet.unique.username(specifier: 5..10) }
+ description { Faker::Lorem.paragraph(sentence_count: 3) }
12
13
community
14
end
0 commit comments