Showing 1 Result(s)

Manually testing Rails REST API with cURL

I was reading REST-esting with cURLĀ and found this very useful for manually testing my RailsĀ JSON APIs. I am using Cucumber for my Behavious-Driven Development but I find that I often need to see how it feels to actually use the API with other tools than the Ruby ones. I noticed that when running tests, the …