ruby-changes:53200
From: suke <ko1@a...>
Date: Sun, 28 Oct 2018 15:16:22 +0900 (JST)
Subject: [ruby-changes:53200] suke:r65415 (trunk): Refactoring. remove Internet Explorer.
suke 2018-10-28 15:16:18 +0900 (Sun, 28 Oct 2018) New Revision: 65415 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65415 Log: Refactoring. remove Internet Explorer. * spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb: refactoring. remove Internet Explorer. Modified files: trunk/spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb Index: spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb =================================================================== --- spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb (revision 65414) +++ spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb (revision 65415) @@ -14,7 +14,7 @@ platform_is :windows do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/win32ole/win32ole/ole_methods_spec.rb#L14 @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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/