mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-22 10:13:18 +00:00
6 lines
111 B
Ruby
6 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:user_invite_request) do
|
|
user
|
|
text { Faker::Lorem.sentence }
|
|
end
|