summaryrefslogtreecommitdiff
path: root/spec/ruby/library/win32ole/win32ole/ole_method_help_spec.rb
blob: 9cb3f9e6cf227426ff477ba633e729707f7b5f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
require_relative "../../../spec_helper"
platform_is :windows do
  require_relative '../fixtures/classes'
  require_relative 'shared/ole_method'

  describe "WIN32OLE#ole_method_help" do
    it_behaves_like :win32ole_ole_method, :ole_method_help

  end

end