aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/evented_file_update_checker_test.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2017-01-18 15:28:10 +0900
committerAkira Matsuda <ronnie@dio.jp>2017-01-18 17:30:46 +0900
commit45d1b691401499938f78072f5db02642d395f979 (patch)
tree3336cb93b72ca2b35695ce03f1564a364bd9e315 /activesupport/test/evented_file_update_checker_test.rb
parentaa70abbc55463fa4f4361ac0def809d4e29d7e3b (diff)
downloadrails-45d1b691401499938f78072f5db02642d395f979.tar.gz
rails-45d1b691401499938f78072f5db02642d395f979.tar.bz2
rails-45d1b691401499938f78072f5db02642d395f979.zip
rm rm_f that is not in use
Diffstat (limited to 'activesupport/test/evented_file_update_checker_test.rb')
-rw-r--r--activesupport/test/evented_file_update_checker_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/test/evented_file_update_checker_test.rb b/activesupport/test/evented_file_update_checker_test.rb
index 77d8dcb0f8..bb2ae4baa6 100644
--- a/activesupport/test/evented_file_update_checker_test.rb
+++ b/activesupport/test/evented_file_update_checker_test.rb
@@ -30,11 +30,6 @@ class EventedFileUpdateCheckerTest < ActiveSupport::TestCase
wait # wait for the events to fire
end
- def rm_f(files)
- super
- wait
- end
-
test "notifies forked processes" do
jruby_skip "Forking not available on JRuby"