module Spy::TestUnitAdapter

Public Class Methods

included(mod) click to toggle source
# File lib/spy/integration.rb, line 26
def self.included(mod)
  mod.teardown :spy_teardown, :after => :append
end

Public Instance Methods

spy_teardown() click to toggle source
# File lib/spy/integration.rb, line 30
def spy_teardown
  Spy.teardown
end