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