Sha256: 0e7673ad219a34fadb87b061ac406697895bde0ae033a2a24b7282a500e6412f

Contents?: true

Size: 248 Bytes

Versions: 16

Compression:

Stored size: 248 Bytes

Contents

%w[../xot .]
  .map  {|s| File.expand_path "../#{s}/lib", __dir__}
  .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)}

require 'xot/test'
require 'rucy'
require_relative '../ext/rucy/tester'

require 'test/unit'

include Xot::Test

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rucy-0.3.3 test/helper.rb
rucy-0.3.2 test/helper.rb
rucy-0.3.1 test/helper.rb
rucy-0.3 test/helper.rb
rucy-0.2.1 test/helper.rb
rucy-0.2 test/helper.rb
rucy-0.1.44 test/helper.rb
rucy-0.1.43 test/helper.rb
rucy-0.1.42 test/helper.rb
rucy-0.1.41 test/helper.rb
rucy-0.1.40 test/helper.rb
rucy-0.1.39 test/helper.rb
rucy-0.1.38 test/helper.rb
rucy-0.1.37 test/helper.rb
rucy-0.1.36 test/helper.rb
rucy-0.1.35 test/helper.rb