mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 12:52:52 +00:00
7 lines
111 B
Ruby
7 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:user_invite_request) do
|
|
user
|
|
text { Faker::Lorem.sentence }
|
|
end
|