Rubycasts.io - 002 - when apis change - testing rubygems and external apis with ruby and VCR

code: GitHub - therubymentor/fantasyhub: The business logic behind the web app for the PeepCode PBP Challenge given to @wycats and @tenderlove
grade: thatrubylove/fantasyhub - Code Climate
video: https://www.rubycasts.io/episodes/when-apis-change

When APIs change you have to deal with it. In this episode of
rubycasts.io we will see that scenario, how to fix it, and how to test
for it. We will also discuss fast tests vs slow tests and using VCR to
records conversations with remote resources.