summaryrefslogtreecommitdiff
path: root/spec/ruby/library/win32ole/win32ole_method/visible_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/win32ole/win32ole_method/visible_spec.rb')
-rw-r--r--spec/ruby/library/win32ole/win32ole_method/visible_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/ruby/library/win32ole/win32ole_method/visible_spec.rb b/spec/ruby/library/win32ole/win32ole_method/visible_spec.rb
index 5454c0ec4b..d1a50523fc 100644
--- a/spec/ruby/library/win32ole/win32ole_method/visible_spec.rb
+++ b/spec/ruby/library/win32ole/win32ole_method/visible_spec.rb
@@ -1,7 +1,5 @@
require_relative "../../../spec_helper"
platform_is :windows do
- verbose, $VERBOSE = $VERBOSE, nil
-
require 'win32ole'
describe "WIN32OLE_METHOD#visible?" do
@@ -20,6 +18,4 @@ platform_is :windows do
end
-ensure
- $VERBOSE = verbose
end