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

Skip test is all Ruby implementations that don't support fork

This commit is contained in:
Rafael Mendonça França 2019-09-26 18:27:00 -04:00
parent 192df82f0d
commit b0b2ae8b8d

View file

@ -34,7 +34,7 @@ class EventedFileUpdateCheckerTest < ActiveSupport::TestCase
end
test "notifies forked processes" do
jruby_skip "Forking not available on JRuby"
skip "Forking not available" unless Process.respond_to?(:fork)
FileUtils.touch(tmpfiles)