ARID provides a simple & DRY method of writing intergration tests for
RESTful controllers and views that follow standard conventions.
- Checks that controllers respond as expected to different methods.
- On create and update tests, confirms that forms in
new and edit views contain the correct action, method,
and inputs to submit the data that the test wants to submit.
- Performs AJAX requests instead of standard requests simply by passing the
:via_ajax => true option with your test.
- Accepts blocks with tests to perform additional application specific tests.
Complete API Documentation @