Fix specs to pull in #161
Fix specs to pull in #161 When we changed to doubles, I think we broke this PR. This fixes it and makes it ready to be pulled in.
View ArticleWrite missing spec for add_url_to_multi
Write missing spec for add_url_to_multi Specifies what happens when no compatible parser can be found.
View ArticleRemove spec for recursion
Remove spec for recursion If its hard to test, then you're doing it wrong, but I couldn't think of a better approach, so I'm just removing this pending spec.
View ArticleAdd missing spec for parser exceptions
Add missing spec for parser exceptions Specify what happens when the parser raises an exception.
View ArticleRaise when parser invokes its failure callback
Raise when parser invokes its failure callback Inspired by a commit from @filiptepper on #159, I took a closer look at stuff and wanted to get more specs around this behavior.
View ArticleAdd PubSubHubbub hub urls as feed element
Add PubSubHubbub hub urls as feed element Conflicts: spec/feedzirra/parser/atom_feed_burner_spec.rb spec/feedzirra/parser/atom_spec.rb spec/feedzirra/parser/rss_feed_burner_spec.rb...
View Articleadd support for iTunes image in iTunes RSS item
add support for iTunes image in iTunes RSS item add spec for iTunes RSS item image add image to iTunes sample feed Conflicts: spec/feedzirra/parser/itunes_rss_item_spec.rb
View ArticleAllow whitespace between attribute name, equals sign, and attribute v…
Allow whitespace between attribute name, equals sign, and attribute value when checking for Atom or iTunes formats
View ArticleCompare url and entry_id for checking when to break when fetching new…
Compare url and entry_id for checking when to break when fetching new entries
View ArticleRemove pending specs
Remove pending specs Its very difficult to spec the `fetch_and_parse` and `update` methods because they both rely on the side effect of another class-level method that's mutating the response hash they...
View Article