Sha256: 5b2c50a632c38d281fa466102acc6fcd8910714685b7796f42a3a97e608a8097

Contents?: true

Size: 329 Bytes

Versions: 8

Compression:

Stored size: 329 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 defined?($RAYS_NOAUTOINIT) && $RAYS_NOAUTOINIT
  def Rays.fin!() end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rays-0.1.29 test/helper.rb
rays-0.1.28 test/helper.rb
rays-0.1.27 test/helper.rb
rays-0.1.26 test/helper.rb
rays-0.1.25 test/helper.rb
rays-0.1.24 test/helper.rb
rays-0.1.23 test/helper.rb
rays-0.1.22 test/helper.rb