Merge pull request #1533 from alexandrz/master

Fix typo
This commit is contained in:
Xavier Noria
2011-06-07 14:45:36 -07:00

View File

@@ -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