Module: Test::Unit::PendingHandler

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

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



110
111
112
# File 'lib/test/unit/pending.rb', line 110

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