class VCR::Configuration
def stub_with(*adapters)
- See: #hook_into -
Deprecated:
- Use #hook_into instead.
def stub_with(*adapters) warn "WARNING: `VCR.configure { |c| c.stub_with ... }` is deprecated. Use `VCR.configure { |c| c.hook_into ... }` instead." hook_into(*adapters) end