summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_servlet.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-11 12:50:54 +0900
committeraycabta <aycabta@gmail.com>2019-08-16 06:07:11 +0900
commitdaf5ce3ba1545e295ba2efd0ee153638ae446e6e (patch)
tree794774d3f0616f85cd24537d98dc17ebde70027b /test/rdoc/test_rdoc_servlet.rb
parente87e10e5e7b7bbb6f4e703981a75b9aaae588816 (diff)
Use omit instead of skip for test-unit.
Diffstat (limited to 'test/rdoc/test_rdoc_servlet.rb')
-rw-r--r--test/rdoc/test_rdoc_servlet.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rdoc/test_rdoc_servlet.rb b/test/rdoc/test_rdoc_servlet.rb
index e91c57897a..e57926ecd3 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