mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-17 23:57:14 +01:00
52b55dabbb
This is lacking tests (and proper icons), but can talk to a debug provider.
8 lines
154 B
Ruby
8 lines
154 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
|
|
RSpec.describe Fasp::DebugCallback do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|