aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/notifications
Commit message (Collapse)AuthorAgeFilesLines
* ActiveSupport::Notifications::Instrumenter#instrument should yieldstopdropandrew2013-03-021-0/+8
| | | | its payload the same way that ActiveSupport::Notifications does. Fix spelling in test name.
* adding start / finish on the instrumenter, adding tests for the classAaron Patterson2013-01-091-0/+50
|
* 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