0
0
Fork 0

Adding test for ProcessFeedService

This commit is contained in:
Eugen Rochko 2016-10-10 16:03:38 +02:00
parent 3306a5d524
commit 81065bc06c
5 changed files with 306 additions and 7 deletions

View file

@ -175,7 +175,7 @@ class ProcessFeedService < BaseService
end
def content(xml)
xml.at_xpath('./xmlns:content').content
xml.at_xpath('./xmlns:content').try(:content)
end
def thread_id(xml)