Sha256: e97697530471528f679ae667df1173e5d6b41c3e4c0a6b1d691e312f7fad3b4e
Contents?: true
Size: 406 Bytes
Versions: 4
Compression:
Stored size: 406 Bytes
Contents
require 'bundler/setup' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bio-maf-1.0.1-java | features/support/env.rb |
bio-maf-1.0.1 | features/support/env.rb |
bio-maf-1.0.0-java | features/support/env.rb |
bio-maf-1.0.0 | features/support/env.rb |