Sha256: 13ff0b068edcd49ade49600f0cf2e04ef7eb8efea52b2e596019553405badd2b
Contents?: true
Size: 381 Bytes
Versions: 5
Compression:
Stored size: 381 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' lib_dir = File.expand_path('../../../lib', __FILE__) $LOAD_PATH << lib_dir ENV['RUBYLIB'] = lib_dir require 'bio-maf' $test_data = Pathname.new 'test/data'
Version data entries
5 entries across 5 versions & 1 rubygems