From ff32ec5a1dab4e726e4b2c447fa454a72763d53f Mon Sep 17 00:00:00 2001 From: Jordan Elver Date: Sun, 26 Feb 2012 00:41:17 +0000 Subject: [PATCH] Fix FakeWeb URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5a7f4b21..581d75c2a 100644 --- a/README.md +++ b/README.md @@ -701,7 +701,7 @@ For a full list of contributors you can visit the ## Background -Thank you Fakeweb! This library was inspired by [FakeWeb](fakeweb.rubyforge.org). +Thank you Fakeweb! This library was inspired by [FakeWeb](http://fakeweb.rubyforge.org). I imported some solutions from that project to WebMock. I also copied some code i.e Net:HTTP adapter. Fakeweb architecture unfortunately didn't allow me to extend it easily with the features I needed. I also preferred some things to work differently i.e request stub precedence.