Module: Test::Unit::PendingHandler

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

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



106
107
108
# File 'lib/test/unit/pending.rb', line 106

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