Skip to content

Instantly share code, notes, and snippets.

@dmitry
Created August 11, 2014 20:23
Show Gist options
  • Select an option

  • Save dmitry/a5d10577275da22fdc1f to your computer and use it in GitHub Desktop.

Select an option

Save dmitry/a5d10577275da22fdc1f to your computer and use it in GitHub Desktop.
debug webmock
WebMock.after_request do |request_signature, response|
p request_signature.body
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment