Sha256: 7560c12ceeeb28577e1684f74d2a38964b2ba861fca4fff5bb274e56d00ed8e5
Contents?: true
Size: 369 Bytes
Versions: 3
Compression:
Stored size: 369 Bytes
Contents
require 'vcr/middleware/excon' Excon.defaults[:middlewares] << VCR::Middleware::Excon VCR.configuration.after_library_hooks_loaded do # ensure WebMock's Excon adapter does not conflict with us here # (i.e. to double record requests or whatever). if defined?(WebMock::HttpLibAdapters::ExconAdapter) WebMock::HttpLibAdapters::ExconAdapter.disable! end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vcr-2.7.0 | lib/vcr/library_hooks/excon.rb |
vcr-2.6.0 | lib/vcr/library_hooks/excon.rb |
vcr-2.5.0 | lib/vcr/library_hooks/excon.rb |