Sha256: 798ab6abcacb29a718ea4d48455008062bd717528d2f92194256cbaf1714440c
Contents?: true
Size: 287 Bytes
Versions: 17
Compression:
Stored size: 287 Bytes
Contents
$BEEPS_NOAUTOINIT = true require_relative 'helper' class TestBeepsInit < Test::Unit::TestCase def test_init!() assert_raise(Beeps::BeepsError) {Beeps.fin!} assert Beeps.init! assert_raise(Beeps::BeepsError) {Beeps.init!} assert Beeps.fin! end end# TestBeepsInit
Version data entries
17 entries across 17 versions & 1 rubygems