Sha256: 068e2a7e1cd831f250b61041540ba5a104f2ba151261015c4e0f74230f0f0b7e

Contents?: true

Size: 303 Bytes

Versions: 10

Compression:

Stored size: 303 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 $BEEPS_NOAUTOINIT
  def Beeps.fin! () end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
beeps-0.1.21 test/helper.rb
beeps-0.1.20 test/helper.rb
beeps-0.1.18 test/helper.rb
beeps-0.1.16 test/helper.rb
beeps-0.1.15 test/helper.rb
beeps-0.1.14 test/helper.rb
beeps-0.1.13 test/helper.rb
beeps-0.1.12 test/helper.rb
beeps-0.1.11 test/helper.rb
beeps-0.1.10 test/helper.rb