mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Add number on the end
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
|
||||
FactoryBot.define do
|
||||
factory :plant_part do
|
||||
name { Faker::Games::Pokemon.unique.name }
|
||||
name { Faker::Games::Pokemon.unique.name + Faker::Number.number(10) }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user