Sha256: 37de179641f108cd3bb186826dda2882efc803905aa1a8b39539a9fd19b92947
Contents?: true
Size: 330 Bytes
Versions: 6
Compression:
Stored size: 330 Bytes
Contents
# -*- coding: utf-8 -*- %w[../xot ../rucy .] .map {|s| File.expand_path "../../#{s}/lib", __FILE__} .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)} require 'test/unit' require 'xot/test' require 'rays' include Xot::Test unless $RAYS_NOAUTOINIT def Rays.fin! () end end Rays.init_offscreen_context
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rays-0.1.12 | test/helper.rb |
rays-0.1.11 | test/helper.rb |
rays-0.1.10 | test/helper.rb |
rays-0.1.9 | test/helper.rb |
rays-0.1.8 | test/helper.rb |
rays-0.1.7 | test/helper.rb |