aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2010-12-22 09:15:40 +0100
committerPiotr Sarnacki <drogus@gmail.com>2010-12-22 09:44:46 +0100
commitb613145284624b7344675072d2502f9212097965 (patch)
treed43f8253ad67c033b8d95b8f6c7e10e487c6cb62 /activesupport/test/core_ext
parent1a2c4279913a2af895b03465d4486c51dc61d138 (diff)
downloadrails-b613145284624b7344675072d2502f9212097965.tar.gz
rails-b613145284624b7344675072d2502f9212097965.tar.bz2
rails-b613145284624b7344675072d2502f9212097965.zip
Fix activesupport tests. These classes are not used anywhere
Diffstat (limited to 'activesupport/test/core_ext')
-rw-r--r--activesupport/test/core_ext/object_and_class_ext_test.rb12
1 files changed, 0 insertions, 12 deletions
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?