cardmagic / simple-rss

A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.
https://github.com/cardmagic/simple-rss
Other
225 stars 68 forks source link

Tests fail #3

Open stahnma opened 14 years ago

stahnma commented 14 years ago

It looks like the tests are expecting a file in test/data/media_rss.xml . This file is obviously in git, but it is omitted from the gemspec and thus the gem. So after installing the gem, I am unable to ensure everything is working properly by running 'rake test' . Please include this file.

Manas-kashyap commented 5 years ago

I am getting an error of missing rss20_utf8.xml , we can check in the release of simple-rss gem 1.3.3 version (from rubygems.org) that in the data folder some upstream data files are missing , kindly include them in the gem too for the passing of tests successfully.