Sha256: 1633adc368f49fdce8d218cde8a2000e2ab515453c997069a82fe619a7226aa3
Contents?: true
Size: 305 Bytes
Versions: 7
Compression:
Stored size: 305 Bytes
Contents
# -*- coding: utf-8 -*- $BEEPS_NOAUTOINIT = true require_relative 'helper' class TestBeeps < Test::Unit::TestCase def test_init!() assert_raise(Rucy::NativeError) {Beeps.fin!} assert Beeps.init! assert_raise(Rucy::NativeError) {Beeps.init!} assert Beeps.fin! end end# TestBeeps
Version data entries
7 entries across 7 versions & 1 rubygems