aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/notifications/evented_notification_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Evented notifications take priority over Timed notificationsEric Saxby2012-08-111-0/+20
| | | | | | | 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.
* oops, forgot to commit the tests! :bomb:Aaron Patterson2012-03-231-0/+67