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