Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Use The VCR Gem to Improve Your Testing Suite

If your Ruby application works with any kind of external API then you probably have faced the problem of slow tests & API rate limits. What is the solution? You could manually stub the HTTP methods from your client library, and return some pre-determined responses. But that’s a lot of work & ugly code! A […]

The post How to Use The Vcr Gem to Improve Your Testing Suite appeared first on RubyGuides. Don't miss your free gift here :)



This post first appeared on Black Bytes, please read the originial post: here

Share the post

How to Use The VCR Gem to Improve Your Testing Suite

×

Subscribe to Black Bytes

Get updates delivered right to your inbox!

Thank you for your subscription

×