aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/win32ole/fixtures/classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/win32ole/fixtures/classes.rb')
-rw-r--r--spec/ruby/library/win32ole/fixtures/classes.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/spec/ruby/library/win32ole/fixtures/classes.rb b/spec/ruby/library/win32ole/fixtures/classes.rb
index 407af553c2..139aa1225c 100644
--- a/spec/ruby/library/win32ole/fixtures/classes.rb
+++ b/spec/ruby/library/win32ole/fixtures/classes.rb
@@ -1,14 +1,7 @@
-begin
- require 'win32ole'
-rescue LoadError
-end
+require 'win32ole'
module WIN32OLESpecs
- begin
- MSXML_AVAILABLE = !!WIN32OLE_TYPELIB.typelibs.find { |t| t.name.start_with?('Microsoft XML') }
- rescue
- MSXML_AVAILABLE = false
- end
+ MSXML_AVAILABLE = !!WIN32OLE_TYPELIB.typelibs.find { |t| t.name.start_with?('Microsoft XML') }
def self.new_ole(name)
tries = 0