Method: Assert::Context::SetupDSL#teardown_once

Defined in:
lib/assert/context/setup_dsl.rb

#teardown_once(&block) ⇒ Object Also known as: after_once, shutdown



13
14
15
# File 'lib/assert/context/setup_dsl.rb', line 13

def teardown_once(&block)
  suite.teardown(&block)
end