# File lib/vcr/http_stubbing_adapters/fakeweb.rb, line 50
      def request_stubbed?(request, match_attributes)
        validate_match_attributes(match_attributes)
        !!::FakeWeb.registered_uri?(request.method, request.uri)
      end