aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/core_ext/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/testing/core_ext/test.rb')
-rw-r--r--activesupport/lib/active_support/testing/core_ext/test.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/activesupport/lib/active_support/testing/core_ext/test.rb b/activesupport/lib/active_support/testing/core_ext/test.rb
deleted file mode 100644
index d3f38f0bc7..0000000000
--- a/activesupport/lib/active_support/testing/core_ext/test.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-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