mirror of
https://github.com/funamitech/mastodon
synced 2024-12-12 13:48:35 +09:00
4 lines
81 B
Ruby
4 lines
81 B
Ruby
Fabricator(:account) do
|
|
username { Faker::Internet.user_name(nil, %w(_)) }
|
|
end
|