mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-04 01:15:12 +01:00
f136a9cf0f
This is lacking tests (and proper icons), but can talk to a debug provider.
10 lines
191 B
Ruby
10 lines
191 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
|
|
RSpec.describe 'Admin::Fasp::Providers' do
|
|
describe 'GET /index' do
|
|
pending "add some examples (or delete) #{__FILE__}"
|
|
end
|
|
end
|