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

2 Comments to Introducing netrecorder, my first ruby gem.

  1. The link of the project in Github is broken!

  2. maxjgon on 5 February 2010
  3. Thanks for letting me know. I updated the link.

  4. Chris Young on 3 April 2010

Leave a comment



Tweets

  • Tobi:
    ^^ shit, ok now I see it's not your fault, its (my...
  • Tobi:
    Thanks for this great writeup! btw. you missed...
  • Chris Young:
    Thanks for letting me know. I updated the link....
  • maxjgon:
    The link of the project in Github is broken!...
  • Chris Young:
    Oh I see . . . Maybe I should check out this so-c...