summaryrefslogtreecommitdiff
path: root/spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb')
-rw-r--r--spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb b/spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb
index 235565ca99..b2baac265e 100644
--- a/spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb
+++ b/spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb
@@ -14,7 +14,7 @@ platform_is :windows do
@dict.ole_methods.all? { |m| m.kind_of? WIN32OLE_METHOD }.should be_true
end
- it "contains a 'AddRef' method for Internet Explorer" do
+ it "contains a 'AddRef' method for Scripting Dictionary" do
@dict.ole_methods.map { |m| m.name }.include?('AddRef').should be_true
end
end