Created
August 11, 2014 20:23
-
-
Save dmitry/a5d10577275da22fdc1f to your computer and use it in GitHub Desktop.
debug webmock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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