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