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