mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixing typo [#5485 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user