• Peter Leitzen's avatar
    Check enums for _all_ defined models in development · c11aaba4
    Peter Leitzen authored
    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.
    c11aaba4
schema_spec.rb 13.2 KB