From 45d1b691401499938f78072f5db02642d395f979 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 18 Jan 2017 15:28:10 +0900 Subject: rm rm_f that is not in use --- activesupport/test/evented_file_update_checker_test.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activesupport') 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" -- cgit v1.2.3