Exception: FakeWeb::NetConnectNotAllowedError
- Inherits:
-
StandardError
- Object
- StandardError
- FakeWeb::NetConnectNotAllowedError
- 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.