Module: Test::Unit::BrassAssertionHandler
- Included in:
- TestCase
- Defined in:
- lib/brass/adapters/testunit.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 |
# File 'lib/brass/adapters/testunit.rb', line 6 def included(base) base.exception_handler(:handle_brass_assertion_failed_error) end |