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

6 lines
89 B
Ruby

Fabricator(:user) do
account
email "alice@example.com"
password "123456789"
end