# frozen_string_literal: true module RequestHelpers def json_response JSON.parse(response.body) end end