mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-02-02 01:48:02 +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
|