mastodon/spec/services/fetch_atom_service_spec.rb
Eugen Rochko c6b0311b86 Fix #54 - Fetch remote accounts by URL from mentions
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.
2016-09-26 16:44:40 +02:00

5 lines
63 B
Ruby

require 'rails_helper'
RSpec.describe FetchAtomService do
end