Created
September 30, 2014 13:29
-
-
Save hectorperez/82f0eff462e4c8c7890e to your computer and use it in GitHub Desktop.
parse_json in spec_helper.rb
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
# spec_helper.rb | |
def json | |
parse_json(response.body) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment