Skip to content

Instantly share code, notes, and snippets.

@fables-tales
Created February 4, 2014 15:44
Show Gist options
  • Save fables-tales/8806129 to your computer and use it in GitHub Desktop.
Save fables-tales/8806129 to your computer and use it in GitHub Desktop.
require "faraday"
def test_client(app)
Faraday.new do |conn|
conn.request :url_encoded
conn.adapter :rack, app
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment