Merge pull request #26830 from headius/mask_forking_fsevent_test_on_jruby

Mask forking filesystem event on JRuby.
This commit is contained in:
Rafael Mendonça França 2016-10-20 10:32:25 -03:00
parent af45bbc3c9
commit b10227728b
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ class EventedFileUpdateCheckerTest < ActiveSupport::TestCase
end
test "notifies forked processes" do
jruby_skip "Forking not available on JRuby"
FileUtils.touch(tmpfiles)
checker = new_checker(tmpfiles) {}