Check enums for _all_ defined models in development
Previously, this spec only checked already loaded models (~192) and not all available because we did not eager load the application. Note that on CI (or with envvar `CI=1`) application is always loaded eagerly.
Showing
Please register or sign in to comment