1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-23 16:13:15 -05:00
2023-06-10 18:29:01 +02:00

9 lines
141 B
Ruby

# frozen_string_literal: true
Fabricator(:invite) do
user { Fabricate.build(:user) }
expires_at nil
max_uses nil
uses 0
end