Method: Conduit::Core::RequestMocker#unmock

Defined in:
lib/conduit/core/request_mocker.rb

#unmockObject

Ends mocking, override if using something different than excon to make the requests.



38
39
40
41
# File 'lib/conduit/core/request_mocker.rb', line 38

def unmock
  Excon.defaults[:mock] = false
  Excon.stubs.clear
end