# File lib/vcr/deprecations/config.rb, line 8
    def http_stubbing_library=(library)
      warn "WARNING: `VCR::Config.http_stubbing_library = #{library.inspect}` is deprecated.  Use `VCR::Config.stub_with #{library.inspect}` instead."
      stub_with library
    end