Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test title changed corresponding to the test
  • Loading branch information
prasath committed Feb 8, 2012
1 parent 6bb04c1 commit 848ee29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/test/cases/errors_test.rb
Expand Up @@ -151,7 +151,7 @@ def test_has_key?
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
Expand Down

0 comments on commit 848ee29

Please sign in to comment.