Chris Kampmeier
Chris Kampmeier
This should raise `Net::HTTPOK#read_body called twice (IOError)` (or whatever the appropriate `Net::HTTPResponse` class is, there) whether or not the request hits FakeWeb: ``` ruby %w(net/http rubygems fakeweb).each { |it| require...
Add support for [Curb](http://curb.rubyforge.org/).
Right now, the query params of the incoming request are sorted by key before we try to match against all the registered Regexps and URI objects. This works fine for...
According to the stats on rubyforge and gemcutter, it looks like a few users are still installing the old `FakeWeb` versions of the gem. We could probably ask to have...