aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
blob: be8f8b17fc703d41536dcb437a5437a8c8c34834 (plain) (blame)
1
2
3
4
5
module ActiveSupport
  class TestCase < Test::Unit::TestCase
    include ActiveSupport::Testing::Default
  end
end