Sha256: 32ce3fe0ecc6088e5395f39329469d4b8a254dbc081340477479c845e896b3d6
Contents?: true
Size: 284 Bytes
Versions: 9
Compression:
Stored size: 284 Bytes
Contents
require File.expand_path 'test_helper', File.dirname(__FILE__) class TestDeviceNotFound < MiniTest::Test def test_nodevice err = nil begin a = ArduinoFirmata.connect 'dummy-device' rescue => e err = e end assert e.kind_of? StandardError end end
Version data entries
9 entries across 9 versions & 1 rubygems