Sha256: 53f11d159a6fdfc706171c3efc883c899888ca1974b94345655fece261189d29
Contents?: true
Size: 279 Bytes
Versions: 10
Compression:
Stored size: 279 Bytes
Contents
require File.expand_path 'test_helper', File.dirname(__FILE__) class TestFind < MiniTest::Test def test_find devices = IRKit::Device.find assert_equal devices.class, Array devices.each do |device| assert_equal device.class, IRKit::Device end end end
Version data entries
10 entries across 10 versions & 1 rubygems