Sha256: de226f0a7effc3a4f16e19277b7dd07556f3bbe581ee283d5f34e8ebbc2174f9

Contents?: true

Size: 304 Bytes

Versions: 12

Compression:

Stored size: 304 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


unless defined?($BEEPS_NOAUTOINIT) && $BEEPS_NOAUTOINIT
  def Beeps.fin!() end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
beeps-0.2 test/helper.rb
beeps-0.1.46 test/helper.rb
beeps-0.1.45 test/helper.rb
beeps-0.1.44 test/helper.rb
beeps-0.1.43 test/helper.rb
beeps-0.1.42 test/helper.rb
beeps-0.1.41 test/helper.rb
beeps-0.1.40 test/helper.rb
beeps-0.1.39 test/helper.rb
beeps-0.1.38 test/helper.rb
beeps-0.1.37 test/helper.rb
beeps-0.1.36 test/helper.rb