Module: Jets::Testing::JSONResponse

Defined in:
lib/jets/testing/helpers/json_response.rb

Instance Method Summary collapse

Instance Method Details

#json_responseObject



5
6
7
8
9
10
# File 'lib/jets/testing/helpers/json_response.rb', line 5

def json_response
  @json_response ||= begin
    request
    JSON.parse(response.body)
  end
end