From 5331615d546169f1c90014a3cd2964e6d3dd0420 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 11 Jan 2022 21:19:26 +0900 Subject: [ruby/win32ole] Use omit instead of skip for test-unit https://github.com/ruby/win32ole/commit/c0586b2f75 --- test/win32ole/test_word.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/win32ole/test_word.rb') diff --git a/test/win32ole/test_word.rb b/test/win32ole/test_word.rb index b1cdb273cc..a23757f620 100644 --- a/test/win32ole/test_word.rb +++ b/test/win32ole/test_word.rb @@ -35,7 +35,7 @@ if defined?(WIN32OLE) class TestWIN32OLE_WITH_WORD < Test::Unit::TestCase unless word_installed? def test_dummy_for_skip_message - skip "Microsoft Word is not installed" + omit "Microsoft Word is not installed" end else def setup -- cgit v1.2.3