mastodon/spec/requests/api/fasp/debug/v0/callback/responses_spec.rb
David Roetzel 530b88198d
First tiny steps towards FASP integration
This is lacking tests (and proper icons), but can talk
to a debug provider.
2025-03-06 14:08:38 +01:00

10 lines
210 B
Ruby

# frozen_string_literal: true
require 'rails_helper'
RSpec.describe 'Api::Fasp::Debug::V0::Callback::Responses' do
describe 'GET /index' do
pending "add some examples (or delete) #{__FILE__}"
end
end