Sha256: c517d06abb678007a535913de4574cbdd31a41da3a29eb5e0cf33ee834017787
Contents?: true
Size: 349 Bytes
Versions: 3
Compression:
Stored size: 349 Bytes
Contents
# require 'mini/test' $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib') require 'bio-vcf' require 'rspec/expectations' # Add the regression module if in the path (it can also be a gem) rootdir = File.dirname(__FILE__) + '/../..' $LOAD_PATH.unshift(rootdir+'/lib',rootdir+'/../regressiontest/lib') require 'regressiontest' include BioVcf
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bio-vcf-0.9.4 | features/support/env.rb |
bio-vcf-0.9.2 | features/support/env.rb |
bio-vcf-0.9.0 | features/support/env.rb |