mirror of
https://cybre.tech/cybrespace/mastodon.git
synced 2025-02-11 12:03:50 +00:00
7 lines
83 B
Ruby
7 lines
83 B
Ruby
|
Fabricator(:invite) do
|
||
|
user
|
||
|
expires_at nil
|
||
|
max_uses nil
|
||
|
uses 0
|
||
|
end
|