Sha256: 6274c48991f2e4d4014ac02306409fb1e00ac2e70cf12dae1b183c6cfd83f28f

Contents?: true

Size: 368 Bytes

Versions: 12

Compression:

Stored size: 368 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'bio-blastxmlparser'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bio-blastxmlparser-2.0.4 spec/spec_helper.rb
bio-blastxmlparser-2.0.3 spec/spec_helper.rb
bio-blastxmlparser-2.0.2 spec/spec_helper.rb
bio-blastxmlparser-2.0.1 spec/spec_helper.rb
bio-blastxmlparser-2.0.0 spec/spec_helper.rb
bio-blastxmlparser-1.1.2 spec/spec_helper.rb
bio-blastxmlparser-1.1.1 spec/spec_helper.rb
bio-blastxmlparser-1.1.0 spec/spec_helper.rb
bio-blastxmlparser-1.0.1 spec/spec_helper.rb
bio-blastxmlparser-1.0.0 spec/spec_helper.rb
bio-blastxmlparser-0.6.1 spec/spec_helper.rb
bio-blastxmlparser-0.6.0 spec/spec_helper.rb