aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/win32ole/test_win32ole.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32ole/test_win32ole.rb b/test/win32ole/test_win32ole.rb
index adc7c9c83a..7dda36ce96 100644
--- a/test/win32ole/test_win32ole.rb
+++ b/test/win32ole/test_win32ole.rb
@@ -74,7 +74,7 @@ if defined?(WIN32OLE)
def test_methods
methods = @dict1.methods
- assert_include(methods, 'Add')
+ assert_include(methods, :Add)
end
def test_ole_func_methods