aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/win32ole/win32ole_param/to_s_spec.rb
blob: 7852bb0494275896a13dedbbd0ce6ff163c07f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
require File.expand_path('../shared/name', __FILE__)

platform_is :windows do
  require 'win32ole'

  describe "WIN32OLE_PARAM#to_s" do
    it_behaves_like :win32ole_param_name, :to_s

  end

end