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

code: https://github.com/thatrubylove/fantasyhub
grade: https://codeclimate.com/github/thatrubylove/fantasyhub
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.