- Notifications
You must be signed in to change notification settings - Fork 204
Open
Labels
Description
Currently, tests are only executed against controllers that inherit from ApplicationController
.
For example, #481 resolves an issue related to controllers that inherit from ActionController::API
.
Lack of test coverage has blocked that branch from being merged. Without that branch, the current release of the gem has bugs.
For now, we'll merge and release the code in #481, but we'll need to somehow add coverage for it in the future.