mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-17 23:57:14 +01:00
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
|