1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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
commit d7bad57df4
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

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) { }