Skip to content

Commit

Permalink
Fixing typo [#5485 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
thiagopradi authored and josevalim committed Aug 28, 2010
1 parent 1851af8 commit ececa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/persistence_test.rb
Expand Up @@ -367,7 +367,7 @@ def test_update_attribute_with_one_updated
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

Expand Down

0 comments on commit ececa75

Please sign in to comment.