mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-08 10:02:46 +00:00
10 lines
210 B
Ruby
10 lines
210 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
|
|
RSpec.describe 'Api::Fasp::DataSharing::V0::Continuations' do
|
|
describe 'GET /index' do
|
|
pending "add some examples (or delete) #{__FILE__}"
|
|
end
|
|
end
|