summaryrefslogtreecommitdiff
path: root/test/win32ole/test_win32ole_variable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/win32ole/test_win32ole_variable.rb')
-rw-r--r--test/win32ole/test_win32ole_variable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_win32ole_variable.rb b/test/win32ole/test_win32ole_variable.rb
index 43529d3bad..5fdcb07e4c 100644
--- a/test/win32ole/test_win32ole_variable.rb
+++ b/test/win32ole/test_win32ole_variable.rb
@@ -6,7 +6,7 @@ require "test/unit"
if defined?(WIN32OLE_VARIABLE)
class TestWIN32OLE_VARIABLE < Test::Unit::TestCase
-
+
def setup
ole_type = WIN32OLE_TYPE.new("Microsoft Shell Controls And Automation", "ShellSpecialFolderConstants")
@var1 = ole_type.variables.find {|v| v.name == 'ssfDESKTOP'}