Sha256: 063dc733c828b82518a8913feda088a079c12149550c94452859e31ce5f9cdcb
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 Bytes
Contents
# -*- coding: utf-8 -*- %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 unless defined?($BEEPS_NOAUTOINIT) && $BEEPS_NOAUTOINIT def Beeps.fin!() end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
beeps-0.1.35 | test/helper.rb |
beeps-0.1.34 | test/helper.rb |
beeps-0.1.33 | test/helper.rb |