Look into incorporating ActiveSupport::Testing::NotificationsAssertions
into our tests
#2971
Labels
rails
Issues related to the Ruby on Rails framework
rails/rails#53065 introduces new assertions to simplify testing
ActiveSupport::Notifications
. We should look into these assertions to see if they can benefit our testing.Here is a PR where they incorporated these helpers into Rails tests: rails/rails#53700
The text was updated successfully, but these errors were encountered: