From ececa75c66e837e62d34b1aa4e82edf579325b9b Mon Sep 17 00:00:00 2001 From: Thiago Pradi Date: Sat, 28 Aug 2010 16:47:33 -0300 Subject: [PATCH] Fixing typo [#5485 state:resolved] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Valim --- activerecord/test/cases/persistence_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/test/cases/persistence_test.rb b/activerecord/test/cases/persistence_test.rb index 13efd2576c..ffe6fb95b8 100644 --- a/activerecord/test/cases/persistence_test.rb +++ b/activerecord/test/cases/persistence_test.rb @@ -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