mirror of
https://github.com/glitch-soc/mastodon
synced 2025-09-15 03:41:12 +00:00
Fetching atom extracted from FetchRemoteAccountService and FetchRemoteStatusService into FetchAtomService. Mentions of the constant "http://activityschema.org/collection/public" skipped as it's not a real URL/user.
4 lines
63 B
Ruby
4 lines
63 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe FetchAtomService do
|
|
end
|