summaryrefslogtreecommitdiff
path: root/spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb')
-rw-r--r--spec/ruby/library/win32ole/win32ole_method/helpstring_spec.rb4
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