Sha256: de2d282edd733211c6a513eadb5b0253f5e4011fbd4be2d3f5e219f7ce99cb53

Contents?: true

Size: 300 Bytes

Versions: 9

Compression:

Stored size: 300 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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rays-0.1.21 test/helper.rb
rays-0.1.20 test/helper.rb
rays-0.1.19 test/helper.rb
rays-0.1.18 test/helper.rb
rays-0.1.17 test/helper.rb
rays-0.1.16 test/helper.rb
rays-0.1.15 test/helper.rb
rays-0.1.14 test/helper.rb
rays-0.1.13 test/helper.rb