aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-10-14 20:27:29 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-10-14 20:27:29 +0000
commit4257fd6970cd7d5843e462c4ac099cc639a81923 (patch)
treeae7ac9273c982b7f9e5355a2d77c80bf61b605bc /activesupport/test
parentef6921628d4906fcd2945f2f90b050ff5b5ec258 (diff)
downloadrails-4257fd6970cd7d5843e462c4ac099cc639a81923.tar.gz
rails-4257fd6970cd7d5843e462c4ac099cc639a81923.tar.bz2
rails-4257fd6970cd7d5843e462c4ac099cc639a81923.zip
Rename overlapping test names
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5302 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 = {}