Sha256: 76ffb393041ab72df7937b715da09f7dcbda6d510d374f8248f2cd8508c0306e
Contents?: true
Size: 885 Bytes
Versions: 18
Compression:
Stored size: 885 Bytes
Contents
# This file is part of Libusb for Ruby. # # Libusb for Ruby is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Libusb for Ruby is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with Libusb for Ruby. If not, see <http://www.gnu.org/licenses/>. require "test/unit" require "libusb" class TestLibusbCapability < Test::Unit::TestCase def test_version_parts assert LIBUSB.has_capability?(:CAP_HAS_CAPABILITY) end end
Version data entries
18 entries across 18 versions & 1 rubygems