Sha256: b5034300b6a8ea700f8e90f46281c23e046877a22750a5e114ce25404785c914

Contents?: true

Size: 219 Bytes

Versions: 5

Compression:

Stored size: 219 Bytes

Contents

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

require 'xot/test'
require 'beeps'

require 'test/unit'

include Xot::Test

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
beeps-0.3.3 test/helper.rb
beeps-0.3.2 test/helper.rb
beeps-0.3.1 test/helper.rb
beeps-0.3 test/helper.rb
beeps-0.2.1 test/helper.rb