Sha256: b09d1a669780f1b5983227b8bfad5783a58bc9bc01de5ea1047576e3944e305c

Contents?: true

Size: 428 Bytes

Versions: 13

Compression:

Stored size: 428 Bytes

Contents

require 'rubygems'
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-maf'

class Test::Unit::TestCase
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bio-maf-1.0.1-java test/helper.rb
bio-maf-1.0.1 test/helper.rb
bio-maf-1.0.0-java test/helper.rb
bio-maf-1.0.0 test/helper.rb
bio-maf-0.3.2-java test/helper.rb
bio-maf-0.3.2 test/helper.rb
bio-maf-0.3.1 test/helper.rb
bio-maf-0.3.0-java test/helper.rb
bio-maf-0.3.0 test/helper.rb
bio-maf-0.2.0-java test/helper.rb
bio-maf-0.2.0 test/helper.rb
bio-maf-0.1.0 test/helper.rb
bio-maf-0.1.0-java test/helper.rb