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

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

  end

end