summaryrefslogtreecommitdiff
path: root/spec/ruby/library/win32ole/win32ole/ole_method_spec.rb
blob: 7b7be496c9f4432222a1facb53490c2e8e029c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require_relative '../fixtures/classes'
require_relative 'shared/ole_method'

platform_is :windows do
  require 'win32ole'

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

  end

end