Sha256: b26e69458f2e88b6644277711ae4dd34361795d11f6734e0fa7b11c5b61cb15b

Contents?: true

Size: 415 Bytes

Versions: 23

Compression:

Stored size: 415 Bytes

Contents

require 'bundler'

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'bio-samtools'

class Test::Unit::TestCase
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bio-samtools-2.6.2 test/helper.rb
bio-samtools-2.6.1 test/helper.rb
bio-samtools-2.6.0 test/helper.rb
bio-samtools-2.5.1 test/helper.rb
bio-samtools-2.4.0 test/helper.rb
bio-samtools-2.3.3 test/helper.rb
bio-samtools-2.3.2 test/helper.rb
bio-samtools-2.3.1 test/helper.rb
bio-samtools-2.3.0 test/helper.rb
bio-samtools-2.2.0 test/helper.rb
bio-samtools-2.1.0 test/helper.rb
bio-samtools-2.0.5 test/helper.rb
bio-samtools-2.0.4 test/helper.rb
bio-samtools-2.0.3 test/helper.rb
bio-samtools-0.6.2 test/helper.rb
bio-samtools-0.6.0 test/helper.rb
bio-samtools-0.5.3 test/helper.rb
bio-samtools-0.5.2 test/helper.rb
bio-samtools-0.5.1 test/helper.rb
bio-samtools-0.5.0 test/helper.rb