1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-12 13:48:35 +09:00
YuruToot/spec/fabricators/account_fabricator.rb
2017-04-05 00:29:56 +02:00

4 lines
81 B
Ruby

Fabricator(:account) do
username { Faker::Internet.user_name(nil, %w(_)) }
end