Sha256: f1797b930c159fc25d8d40e6f4de48dead834cf2919228c2b73db00f16ca6021

Contents?: true

Size: 337 Bytes

Versions: 15

Compression:

Stored size: 337 Bytes

Contents

# -*- coding: utf-8 -*-


%w[../xot ../rucy ../rays .]
  .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 'reflex'

include Xot::Test


unless $REFLEX_NOAUTOINIT
  def Rays.fin! () end
  def Reflex.fin! () end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
reflexion-0.1.21 test/helper.rb
reflexion-0.1.20 test/helper.rb
reflexion-0.1.19 test/helper.rb
reflexion-0.1.17 test/helper.rb
reflexion-0.1.16 test/helper.rb
reflexion-0.1.15 test/helper.rb
reflexion-0.1.14 test/helper.rb
reflexion-0.1.13 test/helper.rb
reflexion-0.1.12 test/helper.rb
reflexion-0.1.11 test/helper.rb
reflexion-0.1.10 test/helper.rb
reflexion-0.1.9.1 test/helper.rb
reflexion-0.1.9 test/helper.rb
reflexion-0.1.8 test/helper.rb
reflexion-0.1.7 test/helper.rb