aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/file_update_checker_test.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2015-11-08 21:04:17 -0800
committerXavier Noria <fxn@hashref.com>2015-11-08 22:49:51 -0800
commite97200405ec83ee9575cd01e53cd3c4872f05016 (patch)
treef76fd98afd055d1f0191c031d33f80707973f2e2 /activesupport/test/file_update_checker_test.rb
parent60de179c0970d9ca9b7f6f7f2d49d4c428b96afa (diff)
downloadrails-e97200405ec83ee9575cd01e53cd3c4872f05016.tar.gz
rails-e97200405ec83ee9575cd01e53cd3c4872f05016.tar.bz2
rails-e97200405ec83ee9575cd01e53cd3c4872f05016.zip
renames the monitor creation helper
Diffstat (limited to 'activesupport/test/file_update_checker_test.rb')
-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 9c7198caa3..de6b51823e 100644
--- a/activesupport/test/file_update_checker_test.rb
+++ b/activesupport/test/file_update_checker_test.rb
@@ -4,7 +4,7 @@ require 'file_update_checker_with_enumerable_test_cases'
class FileUpdateCheckerTest < ActiveSupport::TestCase
include FileUpdateCheckerWithEnumerableTestCases
- def build_new_watcher(files=[], dirs={}, &block)
+ def new_checker(files=[], dirs={}, &block)
ActiveSupport::FileUpdateChecker.new(files, dirs, &block)
end
end