Introducing netrecorder, my first ruby gem.

3 January 2010 in Ruby, Testing

The netrecorder gem works with fakeweb to record your requests and responses automatically. This way you can build your test suite against a live api and just flip a switch to use the local recorded data instead, saving time and unnecessary network calls. Visit the github page to see the source code and learn how to use netrecorder. This is my first gem so I’m eager to hear any feedback. I also wrote a tutorial based on my experience building a gem. Read it here.

Tags: , ,

3 January 2010 Ruby, Testing

No comments yet.

Leave a comment



Tweets

  • Chris Young:
    Oh I see . . . Maybe I should check out this so-c...
  • Nicholas Orr:
    Oh I see. I've read it a bit closer and there are ...
  • Chris Young:
    Thanks Clayton, I updated the post....
  • Clayton:
    One problem I ran into using this guide is that yo...
  • Chris Young:
    @Nicholas, I didn't go manual, I used 'echoe' - ma...