0
0
Fork 0

Add test for FanOutOnWriteService

This commit is contained in:
Eugen Rochko 2016-11-06 15:56:34 +01:00
parent 7bb28bf780
commit 93212bc2c4
3 changed files with 45 additions and 2 deletions

View file

@ -9,7 +9,7 @@ class FetchRemoteStatusService < BaseService
private
def process_atom(url, body)
Rails.logger.debug 'Processing Atom for remote status'
Rails.logger.debug "Processing Atom for remote status at #{url}"
xml = Nokogiri::XML(body)
account = extract_author(url, xml)