diff options
author | Alexandr Zykov <alexandrz@gmail.com> | 2011-06-08 03:21:05 +0600 |
---|---|---|
committer | Alexandr Zykov <alexandrz@gmail.com> | 2011-06-08 03:31:33 +0600 |
commit | 4c3ec9889a9b02a63a9e93f9387fc3aeb5c2acc8 (patch) | |
tree | 358219580e4d0aad20b5816582815f173ee51a70 /activerecord | |
parent | 2684f17a17e4f97bdb89d20b4cd08585235263a2 (diff) | |
download | rails-4c3ec9889a9b02a63a9e93f9387fc3aeb5c2acc8.tar.gz rails-4c3ec9889a9b02a63a9e93f9387fc3aeb5c2acc8.tar.bz2 rails-4c3ec9889a9b02a63a9e93f9387fc3aeb5c2acc8.zip |
fix typo
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/test/cases/timestamp_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/timestamp_test.rb b/activerecord/test/cases/timestamp_test.rb index 8dd563184b..4445a12e1d 100644 --- a/activerecord/test/cases/timestamp_test.rb +++ b/activerecord/test/cases/timestamp_test.rb @@ -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 |