mastodon/spec/models/fasp/subscription_spec.rb
David Roetzel 90454719fe
Humble beginnings of fasp data sharing.
Subscriptions can be made and new statuses will be announced to
subscribed fasp.
2025-01-06 08:58:07 +01:00

8 lines
153 B
Ruby

# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Fasp::Subscription do
pending "add some examples to (or delete) #{__FILE__}"
end