Skip to content

Commit

Permalink
Silence deprecation warnings when running tests (#3712)
Browse files Browse the repository at this point in the history
It was becoming difficult to see signal in noise.  Unfortunately we know we won't fix deprecations as this project enters end of life.
  • Loading branch information
pgwillia authored Feb 24, 2025
1 parent c4b9cc0 commit 9518a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ New entries in this file should aim to provide a meaningful amount of informatio

### Changed
* skip brakeman Remove brakeman's ruby EOL check
* silence deprecation warnings when running tests

### Chores
* Bump bundler in Gemfile.lock to match production and build environments
Expand Down
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
config.action_mailer.delivery_method = :test

# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr
config.active_support.deprecation = :silence

# Raise exceptions for disallowed deprecations.
config.active_support.disallowed_deprecation = :raise
Expand Down

0 comments on commit 9518a70

Please sign in to comment.