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