spec/gffdb_spec.rb in bio-gff3-0.6.0 vs spec/gffdb_spec.rb in bio-gff3-0.8.0

- old
+ new

@@ -1,14 +1,14 @@ # RSpec for BioRuby-GFF3-Plugin. Run with something like: # -# ruby -I ../bioruby/lib/ ~/.gems/bin/spec spec/gffdb_spec.rb +# rspec -I ../bioruby/lib/ spec/gffdb_spec.rb # # Copyright (C) 2010 Pjotr Prins <pjotr.prins@thebird.nl> # $: << "../lib" -require 'bio/db/gff/gffdb' +require 'bio-gff3' include Bio::GFFbrowser TEST_NON_IMPLEMENTED=false