Sha256: 12f9f5be1d0426f47a83c73dec624f901fea00fa3bcd83d6d8b0802f78025df2

Contents?: true

Size: 261 Bytes

Versions: 21

Compression:

Stored size: 261 Bytes

Contents

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


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

include Xot::Test

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rucy-0.1.29 test/helper.rb
rucy-0.1.28 test/helper.rb
rucy-0.1.27 test/helper.rb
rucy-0.1.26 test/helper.rb
rucy-0.1.25 test/helper.rb
rucy-0.1.24 test/helper.rb
rucy-0.1.23 test/helper.rb
rucy-0.1.22 test/helper.rb
rucy-0.1.21 test/helper.rb
rucy-0.1.20 test/helper.rb
rucy-0.1.18 test/helper.rb
rucy-0.1.16 test/helper.rb
rucy-0.1.15 test/helper.rb
rucy-0.1.14 test/helper.rb
rucy-0.1.13 test/helper.rb
rucy-0.1.12 test/helper.rb
rucy-0.1.11 test/helper.rb
rucy-0.1.10 test/helper.rb
rucy-0.1.9 test/helper.rb
rucy-0.1.8 test/helper.rb