module Spy::MiniTestAdapter

Public Instance Methods

after_teardown() click to toggle source
Calls superclass method
# File lib/spy/integration.rb, line 7
def after_teardown
  super
  Spy.teardown
end