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-04-05 00:29:56 +02:00
|
|
|
username { Faker::Internet.user_name(nil, %w(_)) }
|
2017-04-15 03:16:05 +02:00
|
|
|
last_webfingered_at { Time.now.utc }
|
2016-02-26 15:28:08 +01:00
|
|
|
end
|