Sha256: aeb4aef54c6c7eda243b566b1131686e3115bffcb52ebb24a167b91470240e7d

Contents?: true

Size: 367 Bytes

Versions: 8

Compression:

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

Version data entries

8 entries across 8 versions & 1 rubygems

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