Sha256: c4ba23d4990f84fea764bf17967f9f3f37009916d8552a555ff445742eecf381
Contents?: true
Size: 312 Bytes
Versions: 2
Compression:
Stored size: 312 Bytes
Contents
$:.unshift( "#{File.expand_path(File.dirname(__FILE__))}/../lib" ) require 'rubygems' require 'bundler/setup' require 'shoulda' # Set-up SimpleCov (code coverage tool for Ruby 1.9) if /^1.9/ === RUBY_VERSION require 'simplecov' SimpleCov.start do coverage_dir 'simplecov' end end require 'biomart'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
biomart-0.2.2 | test/test_helper.rb |
biomart-0.2.1 | test/test_helper.rb |