mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-06 10:25:09 +01:00
f136a9cf0f
This is lacking tests (and proper icons), but can talk to a debug provider.
8 lines
144 B
Ruby
8 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator('Fasp::DebugCallback') do
|
|
fasp_provider nil
|
|
ip 'MyString'
|
|
request_body 'MyText'
|
|
end
|