From: Tobias Weber Date: 2008-05-28T04:59:17+09:00 Subject: Re: Unit testing an HTTP client In article <983752850805261623s5b91b589n709f86102e939dbf@mail.gmail.com>, John Mettraux wrote: > (http://rufus.rubyforge.org/rufus-verbs). I've written a test server > based on Webrick just for the unit tests : Your server returns defined results for certain requests. Those are processed by your client and used in assertions. As I wrote, my client does not expect (nor can handle) results. I want to use the request that arrives at the server in my assertions, to see if it gets build correctly. -- Tobias Weber