Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / testing / core_ext / test.rb
1 require 'active_support/testing/core_ext/test/unit/assertions'
2 require 'active_support/testing/setup_and_teardown'
3
4 class Test::Unit::TestCase #:nodoc:
5 include ActiveSupport::Testing::SetupAndTeardown
6 end