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

  describe "WIN32OLE#setproperty" do
    it_behaves_like :win32ole_setproperty, :setproperty

  end

end