From 8746f7cac2d9bd92f91f7371a6f6b3487bae7a3b Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 6 Feb 2009 09:54:13 -0800 Subject: Remove dead testing core_ext --- activesupport/lib/active_support/testing/core_ext/test.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 activesupport/lib/active_support/testing/core_ext/test.rb (limited to 'activesupport/lib/active_support/testing/core_ext/test.rb') 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 -- cgit v1.2.3