Module: Minitest::Stately::AfterTeardown

Included in:
Test
Defined in:
lib/minitest/stately/after_teardown.rb

Instance Method Summary collapse

Instance Method Details

#after_teardownObject



4
5
6
7
# File 'lib/minitest/stately/after_teardown.rb', line 4

def after_teardown
  super
  Minitest::Stately.watcher.record(self)
end