module FakeWeb

def self.clean_registry

behave as real requests.
Resets the FakeWeb Registry. This will force all subsequent web requests to
def self.clean_registry
  Registry.instance.clean_registry
end