2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00
mastodon/spec/fabricators/identity_fabricator.rb
2023-02-19 07:38:14 +09:00

6 lines
88 B
Ruby

Fabricator(:identity) do
user nil
provider 'MyString'
uid 'MyString'
end