mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-11 06:55:16 +00:00
5 lines
89 B
Ruby
5 lines
89 B
Ruby
Fabricator(:user) do
|
|
account
|
|
email "alice@example.com"
|
|
password "123456789"
|
|
end
|