Sha256: 688a2b23ed09072e904413e78a545685ce851b2375ebbb512a91c13cc9256089
Contents?: true
Size: 328 Bytes
Versions: 5
Compression:
Stored size: 328 Bytes
Contents
require "ffi-win32-extensions" require "test-unit" class TC_String_Win32_Extensions < Test::Unit::TestCase def setup @string = "foo/bar" end test "wincode" do assert_respond_to(@string, :wincode) end test "wstrip" do assert_respond_to(@string, :wstrip) end def teardown @string = nil end end
Version data entries
5 entries across 5 versions & 4 rubygems