This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'active_support/concern' | |
require 'active_support/callbacks' | |
module ActiveSupport | |
module Testing | |
module SetupAndTeardown | |
module ForClassicTestUnit | |
# This redefinition is unfortunate but test/unit shows us no alternative. | |
# Doubly unfortunate: hax to support Mocha's hax. | |
def run(result) |