From b613145284624b7344675072d2502f9212097965 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 22 Dec 2010 09:15:40 +0100 Subject: Fix activesupport tests. These classes are not used anywhere --- activesupport/test/core_ext/object_and_class_ext_test.rb | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'activesupport/test/core_ext') diff --git a/activesupport/test/core_ext/object_and_class_ext_test.rb b/activesupport/test/core_ext/object_and_class_ext_test.rb index 398e6ca9b2..5d68b198f2 100644 --- a/activesupport/test/core_ext/object_and_class_ext_test.rb +++ b/activesupport/test/core_ext/object_and_class_ext_test.rb @@ -28,18 +28,6 @@ module Nested end end -module Bar - def bar; end -end - -module Baz - def baz; end -end - -class Foo - include Bar -end - class ObjectTests < ActiveSupport::TestCase class DuckTime def acts_like_time? -- cgit v1.2.3