Exception: FakeWeb::NetConnectNotAllowedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fake_web.rb

Overview

This exception is raised if you set FakeWeb.allow_net_connect = false and subsequently try to make a request to a URI you haven’t stubbed.