rails/activesupport/test/notifications
Eric Saxby 6fe36ba585 Evented notifications take priority over Timed notifications
In cases where a notification subscriber includes methods to support
both Evented and Timed events, Evented should take priority over Timed.
This allows subscribers to be backwards compatible (older Rails only
allows Timed events) while defaulting to newer behavior.
2012-08-11 17:39:20 -07:00
..
evented_notification_test.rb Evented notifications take priority over Timed notifications 2012-08-11 17:39:20 -07:00