mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
12 lines
201 B
Ruby
12 lines
201 B
Ruby
|
require File.expand_path('../shared/name', __FILE__)
|
||
|
|
||
|
platform_is :windows do
|
||
|
require 'win32ole'
|
||
|
|
||
|
describe "WIN32OLE_VARIABLE#to_s" do
|
||
|
it_behaves_like :win32ole_variable_new, :to_s
|
||
|
|
||
|
end
|
||
|
|
||
|
end
|