Sha256: 450946643e0bbae3504559438c1d225935720f6abd1c115f8265e7d577fae849
Contents?: true
Size: 573 Bytes
Versions: 3
Compression:
Stored size: 573 Bytes
Contents
######################################################################## # Miscellaneous tests for win32-file that didn't fit anywhere else. ######################################################################## require 'win32/file' require 'test-unit' class TC_Win32_File_Misc < Test::Unit::TestCase test "version constant is set to expected value" do assert_equal('0.8.1', File::WIN32_FILE_VERSION) end test "ffi functions are private" do assert_not_respond_to(File, :CloseHandle) assert_not_respond_to(File, :CreateFileW) end end
Version data entries
3 entries across 3 versions & 2 rubygems