Method: Test::Spec::TestCase::InstanceMethods#teardown

Defined in:
lib/test/spec.rb

#teardownObject

:nodoc:



339
340
341
342
# File 'lib/test/spec.rb', line 339

def teardown              # :nodoc:
  super
  call_methods_including_parents(:teardowns, :reverse)
end