diff options
author | Andrew Konchin <[email protected]> | 2025-01-30 17:39:10 +0200 |
---|---|---|
committer | Benoit Daloze <[email protected]> | 2025-01-30 20:43:46 +0100 |
commit | d7a5ad2a21f7d2c45e3fea674ff077bb0e2cadae (patch) | |
tree | d49629b969bb4d13b74fd1bfeebf15553cc3d5d2 /spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb | |
parent | ea2dd5b80e26036af83e7b37d722f4a106188555 (diff) |
Update to ruby/spec@affef93
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12679
Diffstat (limited to 'spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb')
-rw-r--r-- | spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb b/spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb index e4f7826867..b2f24ba151 100644 --- a/spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb +++ b/spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb @@ -1,7 +1,5 @@ require_relative "../../../spec_helper" platform_is :windows do - verbose, $VERBOSE = $VERBOSE, nil - require 'win32ole' describe "WIN32OLE_METHOD#helpstring" do @@ -20,6 +18,4 @@ platform_is :windows do end -ensure - $VERBOSE = verbose end |