mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-18 08:13:17 +00:00
7 lines
111 B
Ruby
7 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:identity) do
|
|
user
|
|
provider 'MyString'
|
|
uid 'MyString'
|
|
end
|