Method: Test::Unit::ErrorHandler.included

Defined in:
lib/test/unit/error.rb

.included(base) ⇒ Object



72
73
74
# File 'lib/test/unit/error.rb', line 72

def included(base)
  base.exception_handler(:handle_all_exception)
end