1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-28 06:48:28 +09:00
mastodon/spec/fabricators/account_fabricator.rb

4 lines
81 B
Ruby
Raw Normal View History

2016-02-26 23:28:08 +09:00
Fabricator(:account) do
2017-04-05 07:29:56 +09:00
username { Faker::Internet.user_name(nil, %w(_)) }
2016-02-26 23:28:08 +09:00
end