Fixing typo [#5485 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Thiago Pradi
2010-08-28 16:47:33 -03:00
committed by José Valim
parent 1851af84c1
commit ececa75c66

View File

@@ -367,7 +367,7 @@ class PersistencesTest < ActiveRecord::TestCase
assert_equal 'super_title', t.title
end
def test_update_attribute_for_udpated_at_on
def test_update_attribute_for_updated_at_on
developer = Developer.find(1)
prev_month = Time.now.prev_month