agoragames / bnet_scraper

A Nokogiri-based scraper of Battle.net profiles. Currently this only includes Starcraft2.
MIT License
22 stars 7 forks source link

Make tests pass on Ruby 2.0 #21

Closed keikun17 closed 11 years ago

keikun17 commented 11 years ago

Running into problems getting fakeweb generated cassettes to work. regenerated them using :webmock (:fakeweb is bout to get deprecated for vcr 3.0 anway). Regenerated the cassettes to use the latest data from player demon

cadwallion commented 11 years ago

Thanks, this looks great. It does require that webmock be preinstalled as it was not added to the gemspec, but I will merge this in and add it on master at the same time as adding Ruby 2 to the versions to test against on Travis.