summaryrefslogtreecommitdiff
path: root/test/win32ole/test_win32ole_param.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/win32ole/test_win32ole_param.rb')
-rw-r--r--test/win32ole/test_win32ole_param.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_win32ole_param.rb b/test/win32ole/test_win32ole_param.rb
index 1c866ca53e..3b831c3937 100644
--- a/test/win32ole/test_win32ole_param.rb
+++ b/test/win32ole/test_win32ole_param.rb
@@ -6,7 +6,7 @@ require "test/unit"
if defined?(WIN32OLE_PARAM)
class TestWIN32OLE_PARAM < Test::Unit::TestCase
-
+
def setup
ole_type = WIN32OLE_TYPE.new("Microsoft Internet Controls", "WebBrowser")
m_navigate = WIN32OLE_METHOD.new(ole_type, "Navigate")