Class: Test::Unit::TestCase

Inherits:
Object
  • Object
show all
Defined in:
lib/blabber_mouth/testing.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#run(result, &progress_block) ⇒ Object

We need to wrap the run method so we can do things like run a cleanup method if it exists



35
36
37
38
39
# File 'lib/blabber_mouth/testing.rb', line 35

def run(result, &progress_block) # :nodoc:
  @__res = super_run(result)
  BlabberMouth::DeliveryHandlers::Test::NotifierRegistry.reset!
  @__res
end