Class: WebMock::NetConnectNotAllowedError
- Inherits:
-
Object
- Object
- WebMock::NetConnectNotAllowedError
- Defined in:
- lib/vcr/http_stubbing_adapters/webmock.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
75 76 77 |
# File 'lib/vcr/http_stubbing_adapters/webmock.rb', line 75 def 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 |