Adding test for ProcessFeedService
This commit is contained in:
parent
3306a5d524
commit
81065bc06c
5 changed files with 306 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue