JSON API Helpers for API Testing in Rails using Airborne

Update 05/08/2017 I made a gem! https://github.com/Ross-Hunter/jsonapi_expectations I am a huge fan of the Airborne gem for testing APIs. Airborne uses rest_client to make HTTP requests and provides the following properties for use in your tests. response - The HTTP response returned from the request headers - A symbolized hash of the response headers returned by the request body - The raw HTTP »