Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / testing / core_ext / test.rb
diff --git a/vendor/rails/activesupport/lib/active_support/testing/core_ext/test.rb b/vendor/rails/activesupport/lib/active_support/testing/core_ext/test.rb
new file mode 100644 (file)
index 0000000..d3f38f0
--- /dev/null
@@ -0,0 +1,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
\ No newline at end of file