mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 23:28:08 +01:00
c6b0311b86
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
|