# File lib/faraday/adapter/test.rb, line 57
        def put(path, body=nil, &block)
          new_stub(:put, path, body, &block)
        end