mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-29 13:31:43 +01:00
90454719fe
Subscriptions can be made and new statuses will be announced to subscribed fasp.
8 lines
153 B
Ruby
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
|