aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-13 10:07:02 +0100
committerJosé Valim <jose.valim@gmail.com>2011-12-13 10:07:02 +0100
commit1f5b9bbdb377c1b0e29650a103bf53526ceefdd5 (patch)
treeb330d0a59a93cd128d6199725708a025c4692398 /activesupport/test
parent693d2be82706d7dc40af6860a26330c49c27f151 (diff)
downloadrails-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.rb2
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