mastodon/spec/requests/admin/fasp/debug_calls_spec.rb
David Roetzel 52b55dabbb
First tiny steps towards FASP integration
This is lacking tests (and proper icons), but can talk
to a debug provider.
2025-01-06 08:58:07 +01:00

10 lines
192 B
Ruby

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