aboutsummaryrefslogtreecommitdiffstats
path: root/test/win32ole/test_win32ole_method.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/win32ole/test_win32ole_method.rb')
-rw-r--r--test/win32ole/test_win32ole_method.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/win32ole/test_win32ole_method.rb b/test/win32ole/test_win32ole_method.rb
index 363156e3de..c5581932d2 100644
--- a/test/win32ole/test_win32ole_method.rb
+++ b/test/win32ole/test_win32ole_method.rb
@@ -128,5 +128,9 @@ if defined?(WIN32OLE_METHOD)
assert_equal(@m_namespace.name, @m_namespace.to_s)
end
+ def test_inspect
+ assert_equal("#<WIN32OLE_METHOD:NameSpace>", @m_namespace.inspect)
+ end
+
end
end