diff options
author | José Valim <jose.valim@gmail.com> | 2011-12-13 10:07:02 +0100 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-12-13 10:07:02 +0100 |
commit | 1f5b9bbdb377c1b0e29650a103bf53526ceefdd5 (patch) | |
tree | b330d0a59a93cd128d6199725708a025c4692398 /activesupport/test | |
parent | 693d2be82706d7dc40af6860a26330c49c27f151 (diff) | |
download | rails-1f5b9bbdb377c1b0e29650a103bf53526ceefdd5.tar.gz rails-1f5b9bbdb377c1b0e29650a103bf53526ceefdd5.tar.bz2 rails-1f5b9bbdb377c1b0e29650a103bf53526ceefdd5.zip |
Clean up FileUpdateChecker API.
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/file_update_checker_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/file_update_checker_test.rb b/activesupport/test/file_update_checker_test.rb index 52c1f3260d..c54ba427fa 100644 --- a/activesupport/test/file_update_checker_test.rb +++ b/activesupport/test/file_update_checker_test.rb @@ -63,7 +63,7 @@ class FileUpdateCheckerWithEnumerableTest < Test::Unit::TestCase FileUtils.touch(FILES) assert checker.updated? - assert checker.execute_if_updated + checker.execute assert !checker.updated? end |