Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce suspenders:test:environment generator #1182

Merged

Commits on Apr 5, 2024

  1. Introduce suspenders:test:environment generator

    Configures test environment. This differs from #1156 in that this commit
    is concerned with configuration, where that commit was concerned with
    generating a holistic test suite. It's also possible to run each
    generator independently, and the two should not rely on one another.
    
    Disables [action_dispatch.show_exceptions][] in an effort to [improve
    failure output][comment].
    
    Enables [raise_on_missing_translations][] to keep parity with the same
    setting in development #1149
    
    [action_dispatch.show_exceptions]: https://edgeguides.rubyonrails.org/configuring.html#config-action-dispatch-show-exceptions
    [comment]: #1149 (comment)
    [raise_on_missing_translations]: https://guides.rubyonrails.org/configuring.html#config-i18n-raise-on-missing-translations
    stevepolitodesign committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    564c8eb View commit details
    Browse the repository at this point in the history