module Rspeckled::Helpers::Responses
Public Instance Methods
json_response()
click to toggle source
# File lib/rspeckled/helpers/responses.rb, line 6 def json_response JSON.parse(response.body) end
# File lib/rspeckled/helpers/responses.rb, line 6 def json_response JSON.parse(response.body) end