Module: Spy::MiniTestAdapter
- Includes:
- API
- Defined in:
- lib/spy/integration.rb
Constant Summary
Constants included from API
Instance Method Summary collapse
Methods included from API
#assert_received, #assert_received_with, #have_received
Instance Method Details
#after_teardown ⇒ Object
7 8 9 10 |
# File 'lib/spy/integration.rb', line 7 def after_teardown super Spy.teardown end |