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

platform_is :windows do
  require 'win32ole'

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

  end

end