From 848ee296ec3223436e367f10811ec4e9c2d6c1fd Mon Sep 17 00:00:00 2001 From: prasath Date: Thu, 9 Feb 2012 02:11:36 +0530 Subject: test title changed corresponding to the test --- activemodel/test/cases/errors_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemodel/test/cases/errors_test.rb b/activemodel/test/cases/errors_test.rb index 3a4ae4a6e9..7a610e0c2c 100644 --- a/activemodel/test/cases/errors_test.rb +++ b/activemodel/test/cases/errors_test.rb @@ -151,7 +151,7 @@ class ErrorsTest < ActiveModel::TestCase assert_equal ["name can not be blank", "name can not be nil"], person.errors.to_a end - test 'to_hash should return an ordered hash' do + test 'to_hash should return a hash' do person = Person.new person.errors.add(:name, "can not be blank") assert_instance_of ::Hash, person.errors.to_hash -- cgit v1.2.3