Adding more unit tests. Fixing Salmon slaps XML

This commit is contained in:
Eugen Rochko
2017-02-12 17:28:15 +01:00
parent 446267d1bf
commit 720ff55262
13 changed files with 363 additions and 58 deletions

View File

@ -2,6 +2,8 @@
class FetchAtomService < BaseService
def call(url)
return if url.blank?
response = http_client.head(url)
Rails.logger.debug "Remote status HEAD request returned code #{response.code}"