mirror of
https://github.com/glitch-soc/mastodon
synced 2025-07-31 13:21:47 +00:00
6 lines
88 B
Ruby
6 lines
88 B
Ruby
|
Fabricator(:identity) do
|
||
|
user nil
|
||
|
provider "MyString"
|
||
|
uid "MyString"
|
||
|
end
|