# File lib/faraday/adapter/test.rb, line 64 def delete(path, headers = {}, &block) new_stub(:delete, path, headers, &block) end