add user follow feature
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FactoryBot.define do
|
||||
factory :user do
|
||||
username { "xpto" }
|
||||
username { Faker::Internet.username.gsub(/[^0-9a-z ]/i, '') }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user