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