Sha256: 7fb1f1a2a7f3433a5aaa25d25500bc8bd02fcb29c5251c16c5e7ff911c4c55db
Contents?: true
Size: 335 Bytes
Versions: 7
Compression:
Stored size: 335 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
7 entries across 7 versions & 1 rubygems