diff options
author | Akira Matsuda <ronnie@dio.jp> | 2017-01-18 15:28:10 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2017-01-18 17:30:46 +0900 |
commit | 45d1b691401499938f78072f5db02642d395f979 (patch) | |
tree | 3336cb93b72ca2b35695ce03f1564a364bd9e315 | |
parent | aa70abbc55463fa4f4361ac0def809d4e29d7e3b (diff) | |
download | rails-45d1b691401499938f78072f5db02642d395f979.tar.gz rails-45d1b691401499938f78072f5db02642d395f979.tar.bz2 rails-45d1b691401499938f78072f5db02642d395f979.zip |
rm rm_f that is not in use
-rw-r--r-- | activesupport/test/evented_file_update_checker_test.rb | 5 |
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" |