Created
March 17, 2010 21:59
-
-
Save npverni/335772 to your computer and use it in GitHub Desktop.
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
| # add this to ./features/support/hooks.rb | |
| After('@debug') do | |
| puts response.body | |
| end | |
| # tag any features with @debug to get the output printed | |
| # especially handy for testing json and xml responses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment