Class: WebMock::NetConnectNotAllowedError

Inherits:
Object
  • Object
show all
Defined in:
lib/vcr/http_stubbing_adapters/webmock.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



75
76
77
# File 'lib/vcr/http_stubbing_adapters/webmock.rb', line 75

def message
  super + '.  You can use VCR to automatically record this request and replay it later.  For more details, see the VCR README at: http://github.com/myronmarston/vcr'
end