method
included
v3.2.13 -
Show latest stable
- Class:
ActiveSupport::Testing::Isolation
included(base)public
No documentation available.
# File activesupport/lib/active_support/testing/isolation.rb, line 48
def self.included(base)
if defined?(::MiniTest) && base < ::MiniTest::Unit::TestCase
base.send :include, MiniTest
elsif defined?(Test::Unit)
base.send :include, TestUnit
end
end