From 763f32ab47b96289a4d7b7107411a83164bf69de Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 25 Feb 2010 11:12:27 -0800 Subject: metaclass deprecated in 2.3.6 --- activesupport/test/core_ext/object_and_class_ext_test.rb | 7 ------- 1 file changed, 7 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 00c59d84b8..437bb78a4e 100644 --- a/activesupport/test/core_ext/object_and_class_ext_test.rb +++ b/activesupport/test/core_ext/object_and_class_ext_test.rb @@ -123,13 +123,6 @@ class ObjectTests < ActiveSupport::TestCase o = Object.new assert_equal class << o; self end, o.singleton_class end - - def test_metaclass_deprecated - o = Object.new - assert_deprecated /use singleton_class instead/ do - assert_equal o.singleton_class, o.metaclass - end - end end class ObjectInstanceVariableTest < Test::Unit::TestCase -- cgit v1.2.3