From bd6f98340318ac17213b4328e79217e606912206 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 31 Dec 2023 11:45:56 +0900 Subject: [ruby/win32ole] Use the scoped names in the tests https://github.com/ruby/win32ole/commit/2b91b6b838 --- 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 a23757f620..34cfbbc2a4 100644 --- a/test/win32ole/test_word.rb +++ b/test/win32ole/test_word.rb @@ -41,7 +41,7 @@ if defined?(WIN32OLE) def setup begin @obj = WIN32OLE.new('Word.Application') - rescue WIN32OLERuntimeError + rescue WIN32OLE::RuntimeError @obj = nil end end -- cgit v1.2.3