module Test::Unit::PendingHandler

Public Class Methods

included(base) click to toggle source
# File test-unit-3.3.4/lib/test/unit/pending.rb, line 110
def included(base)
  base.exception_handler(:handle_pended_error)
end