mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 07:11:26 +08:00
6 lines
80 B
Ruby
6 lines
80 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:invited_user) do
|
|
user
|
|
invite
|
|
end
|