Rails API Testing Best Practices - 0 views
-
Writing an API is almost a given with modern web applications
-
A properly designed API should return two things: an HTTP response status-code and the response body.
-
Testing the status-code is necessary
- ...6 more annotations...