aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/core_ext/test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-02-06 09:54:13 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-02-06 09:54:13 -0800
commit8746f7cac2d9bd92f91f7371a6f6b3487bae7a3b (patch)
treed0ab269b42429e1087dad1898c1014ad564a600a /activesupport/lib/active_support/testing/core_ext/test.rb
parent86dcfdc1fb1c8a3005e69a167e08762b9076c6ea (diff)
downloadrails-8746f7cac2d9bd92f91f7371a6f6b3487bae7a3b.tar.gz
rails-8746f7cac2d9bd92f91f7371a6f6b3487bae7a3b.tar.bz2
rails-8746f7cac2d9bd92f91f7371a6f6b3487bae7a3b.zip
Remove dead testing core_ext
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