aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/class_inheritable_attributes_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/class_inheritable_attributes_test.rb b/activesupport/test/class_inheritable_attributes_test.rb
index 048b86135c..f3c09f0516 100644
--- a/activesupport/test/class_inheritable_attributes_test.rb
+++ b/activesupport/test/class_inheritable_attributes_test.rb
@@ -153,7 +153,7 @@ class ClassInheritableAttributesTest < Test::Unit::TestCase
assert_equal [], @klass.a
end
- def test_array_inheritance
+ def test_array_inheritance_
@klass.class_inheritable_accessor :a
@klass.a = {}