1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-16 07:33:51 -05:00

7 lines
165 B
Ruby
Raw Normal View History

Fabricator(:user) do
account
email { sequence(:email) { |i| "#{i}#{Faker::Internet.email}" } }
2016-10-03 16:38:22 +02:00
password "123456789"
confirmed_at { Time.now }
end