Sha256: 2d5d7384f52ebae9c105de8b99a091a0a603cb318ba20b6ba8e59251ff664725

Contents?: true

Size: 338 Bytes

Versions: 4

Compression:

Stored size: 338 Bytes

Contents

unless ENV.has_key?('TRAVIS') || RUBY_PLATFORM == 'java'
  begin
    require 'simplecov'
  rescue LoadError
    $stderr.puts "WARNING: could not require 'simplecov': #{$!}"
  end
end

require 'pathname'
require 'tempfile'

$LOAD_PATH << File.expand_path('../../../lib', __FILE__)

require 'bio-maf'

$test_data = Pathname.new 'test/data'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bio-maf-0.2.0-java features/support/env.rb
bio-maf-0.2.0 features/support/env.rb
bio-maf-0.1.0 features/support/env.rb
bio-maf-0.1.0-java features/support/env.rb