Sha256: cd6806ed5ed372616afc70743424e4ded8209c8ec4fc22bfde05742245ab9e6f
Contents?: true
Size: 336 Bytes
Versions: 17
Compression:
Stored size: 336 Bytes
Contents
# -*- coding: utf-8 -*- $RAYS_NOAUTOINIT = true $REFLEX_NOAUTOINIT = true require_relative 'helper' class TestReflex < Test::Unit::TestCase def test_init () assert_raise(Rucy::NativeError) {Reflex.fin!} assert Reflex.init! assert_raise(Rucy::NativeError) {Reflex.init!} assert Reflex.fin! end end# TestReflex
Version data entries
17 entries across 17 versions & 1 rubygems