Module: Test::Unit::PendingHandler
- Defined in:
- lib/test/unit/pending.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
109 110 111 |
# File 'lib/test/unit/pending.rb', line 109 def included(base) base.exception_handler(:handle_pended_error) end |