Class: WebMock::HttpLibAdapters::ManticoreAdapter::WebMockManticoreClient
- Inherits:
-
Manticore::Client
- Object
- Manticore::Client
- WebMock::HttpLibAdapters::ManticoreAdapter::WebMockManticoreClient
- Defined in:
- lib/webmock/http_lib_adapters/manticore_adapter.rb
Instance Method Summary collapse
Instance Method Details
#request(klass, url, options = {}, &block) ⇒ Object
34 35 36 |
# File 'lib/webmock/http_lib_adapters/manticore_adapter.rb', line 34 def request(klass, url, ={}, &block) super(klass, WebMock::Util::URI.normalize_uri(url).to_s, ()) end |