module ApiHelpers
Public Instance Methods
parsed_response()
click to toggle source
# File spec/support/carbonyte/api_helpers.rb, line 4 def parsed_response JSON.parse(response.body) end
# File spec/support/carbonyte/api_helpers.rb, line 4 def parsed_response JSON.parse(response.body) end