Refactoring. remove Internet Explorer.

* spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb: refactoring.
  remove Internet Explorer.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
suke 2018-10-28 06:16:18 +00:00
parent d6f55c7d42
commit c5491046ee

View File

@ -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