Sha256: 752d447e32a90a93a7db4391d8ab5f9ee9726beeee5ebf2e0c9b8657e48c5e85

Contents?: true

Size: 333 Bytes

Versions: 8

Compression:

Stored size: 333 Bytes

Contents

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


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

include Xot::Test


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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
beeps-0.1.29 test/helper.rb
beeps-0.1.28 test/helper.rb
beeps-0.1.27 test/helper.rb
beeps-0.1.26 test/helper.rb
beeps-0.1.25 test/helper.rb
beeps-0.1.24 test/helper.rb
beeps-0.1.23 test/helper.rb
beeps-0.1.22 test/helper.rb