# File lib/active_support/testing/setup_and_teardown.rb, line 25 def teardown(*args, &block) set_callback(:teardown, :after, *args, &block) end