On Jan 23, 8:28 pm, Julien <[email protected]> wrote:
> it's on githubhttp://github.com/superfeedr/pubsubhubbub_hub_testsuite

Please add 'xmlns' parameter to feed tag in mocks.rb, or the Atom ruby
gem report that the atom feed is not valid.
The parameter is in the standard:
http://en.wikipedia.org/wiki/Atom_(standard)#Example_of_an_Atom_1.0_feed

So in mocks.rb the atom feed fragment need to be:

<?xml version="1.0" ?>
<feed xmlns="http://www.w3.org/2005/Atom";>
...

Reply via email to