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