mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-07 08:05:22 +01:00
f136a9cf0f
This is lacking tests (and proper icons), but can talk to a debug provider.
14 lines
421 B
Ruby
14 lines
421 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator('Fasp::Provider') do
|
|
name 'MyString'
|
|
base_url 'MyString'
|
|
sign_in_url 'MyString'
|
|
remote_identifier 'MyString'
|
|
provider_public_key_pem 'MyString'
|
|
server_private_key_pem 'MyString'
|
|
capabilities ''
|
|
privacy_policy ''
|
|
contact_email 'MyString'
|
|
fediverse_account 'MyString'
|
|
end
|