aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/win32ole/win32ole_variable/name_spec.rb
blob: 724fd5c70a70fb84e3340a7962562bb8d95e5f67 (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_VARIABLE#name" do
    it_behaves_like :win32ole_variable_new, :name

  end

end