This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-02-26 15:28:08 +01:00
|
|
|
Fabricator(:account) do
|
2017-05-20 17:09:40 +02:00
|
|
|
username { sequence(:username) { |i| "#{Faker::Internet.user_name(nil, %w(_))}#{i}" } }
|
2017-04-15 03:16:05 +02:00
|
|
|
last_webfingered_at { Time.now.utc }
|
2016-02-26 15:28:08 +01:00
|
|
|
end
|