delicious

VCR

A murb'ed feed, posted about 5 years ago filed in VCR, gem, ruby, rails, testing, api, external, post, get, test & rspec.

Instead of manually crafting mocks, VCR records request the very first time they occur and plays them back after that. This will probably speed up your tests quite quickly. However, when you deal with variables in your calls, you may have to edit the noisy tapes that VCR give you.

Go to the original link.