Method: Kintama.teardown
- Defined in:
- lib/kintama.rb
.teardown(&block) ⇒ Object
Add a teardown which will be run at the end of every test.
46 47 48 |
# File 'lib/kintama.rb', line 46 def teardown(&block) default_context.teardown(&block) end |