api_test_gem

test API calls with json response using curl

before use: (all in working directory)

$ curl -H 'Content-Type: application/json' -H 'Accept: application/json' -X POST http://localhost:3000/users/sign_in -d "{'user' : { 'email' : 'test@example.com', 'password' : 'password'}}" -c cookie_for_auth

Contributing to api_test_gem

Copyright © 2011 Jaqueline Wilde. See LICENSE.txt for further details.