Module: Test::Unit::NotificationHandler
- Defined in:
- lib/test/unit/notification.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
92 93 94 |
# File 'lib/test/unit/notification.rb', line 92 def included(base) base.exception_handler(:handle_notified_error) end |