From 79a7fd91208989d180027a9fed63db76b0a08cc1 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 29 Oct 2019 13:16:31 +0900 Subject: Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"" This reverts commit ca5812fe4516a10cc687281f9e47e1a08449f1ab. Now tool/lib/minitest provides "omit", so it should work. --- test/rdoc/test_rdoc_servlet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rdoc/test_rdoc_servlet.rb') diff --git a/test/rdoc/test_rdoc_servlet.rb b/test/rdoc/test_rdoc_servlet.rb index ff64d5670f..1127408193 100644 --- a/test/rdoc/test_rdoc_servlet.rb +++ b/test/rdoc/test_rdoc_servlet.rb @@ -294,7 +294,7 @@ class TestRDocServlet < RDoc::TestCase end def test_if_modified_since - skip 'File.utime on directory not supported' if Gem.win_platform? + omit 'File.utime on directory not supported' if Gem.win_platform? temp_dir do now = Time.now @@ -307,7 +307,7 @@ class TestRDocServlet < RDoc::TestCase end def test_if_modified_since_not_modified - skip 'File.utime on directory not supported' if Gem.win_platform? + omit 'File.utime on directory not supported' if Gem.win_platform? temp_dir do now = Time.now -- cgit v1.2.3