Parent

Methods

WebMock::NetConnectNotAllowedError

Public Class Methods

new(request_signature) click to toggle source
# File lib/webmock/errors.rb, line 4
def initialize(request_signature)
  text = "Real HTTP connections are disabled. Unregistered request: #{request_signature}"
  text << stubbing_instructions(request_signature)
  super(text)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.