aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/core_ext/test.rb
blob: d3f38f0bc71ed91bbc4dbc442b0af93480cae661 (plain) (blame)
1
2
3
4
5
6
require 'active_support/testing/core_ext/test/unit/assertions'
require 'active_support/testing/setup_and_teardown'

class Test::Unit::TestCase #:nodoc:
  include ActiveSupport::Testing::SetupAndTeardown
end