mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
@@ -41,7 +41,7 @@ class TimestampTest < ActiveRecord::TestCase
|
||||
assert_equal previous_salary, @developer.salary
|
||||
end
|
||||
|
||||
def test_touching_a_record_with_default_scope_that_exludes_it_updates_its_timestamp
|
||||
def test_touching_a_record_with_default_scope_that_excludes_it_updates_its_timestamp
|
||||
developer = @developer.becomes(DeveloperCalledJamis)
|
||||
|
||||
developer.touch
|
||||
|
||||
Reference in New Issue
Block a user