vereto-api/spec/support/request_spec_helper.rb
2018-02-16 11:52:56 +00:00

7 lines
No EOL
147 B
Ruby

# spec/support/request_spec_helper
module RequestSpecHelper
# Parse JSON response to ruby hash
def json
JSON.parse(response.body)
end
end