Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created September 30, 2014 13:29
Show Gist options
  • Save hectorperez/82f0eff462e4c8c7890e to your computer and use it in GitHub Desktop.
Save hectorperez/82f0eff462e4c8c7890e to your computer and use it in GitHub Desktop.
parse_json in spec_helper.rb
# 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