diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/core_ext/object_and_class_ext_test.rb | 1 |
1 files changed, 0 insertions, 1 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 0f454fdd95..f692eb4fa3 100644 --- a/activesupport/test/core_ext/object_and_class_ext_test.rb +++ b/activesupport/test/core_ext/object_and_class_ext_test.rb @@ -1,7 +1,6 @@ require 'abstract_unit' require 'active_support/time' require 'active_support/core_ext/object' -require 'active_support/core_ext/class/subclasses' class ObjectTests < ActiveSupport::TestCase class DuckTime |