mastodon/spec/fabricators/fasp/debug_callback_fabricator.rb
David Roetzel f136a9cf0f
First tiny steps towards FASP integration
This is lacking tests (and proper icons), but can talk
to a debug provider.
2024-12-19 14:05:32 +01:00

8 lines
144 B
Ruby

# frozen_string_literal: true
Fabricator('Fasp::DebugCallback') do
fasp_provider nil
ip 'MyString'
request_body 'MyText'
end