summaryrefslogtreecommitdiff
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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ruby/library/win32ole/fixtures/classes.rb b/spec/ruby/library/win32ole/fixtures/classes.rb
index 139aa1225c..70612ed427 100644
--- a/spec/ruby/library/win32ole/fixtures/classes.rb
+++ b/spec/ruby/library/win32ole/fixtures/classes.rb
@@ -2,6 +2,7 @@ require 'win32ole'
module WIN32OLESpecs
MSXML_AVAILABLE = !!WIN32OLE_TYPELIB.typelibs.find { |t| t.name.start_with?('Microsoft XML') }
+ SYSTEM_MONITOR_CONTROL_AVAILABLE = !!WIN32OLE_TYPELIB.typelibs.find{ |t| t.name.start_with?('System Monitor Control') }
def self.new_ole(name)
tries = 0