Skip to content

Instantly share code, notes, and snippets.

@quamen
Created October 21, 2010 05:26
Show Gist options
  • Save quamen/637992 to your computer and use it in GitHub Desktop.
Save quamen/637992 to your computer and use it in GitHub Desktop.
write a step that uses the post method and store the response, access it in a later step
@response = post(
"my/awesome/url",
json_content,
{"Content-Type" => "application/json"}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment