# # test/unit/bio/db/test_rebase.rb - Unit test for Bio::Lasergene # # Author:: Trevor Wennblom # Copyright:: Copyright (c) 2007 Center for Biomedical Research Informatics, University of Minnesota (http://cbri.umn.edu) # License:: The Ruby License # # $Id: test_lasergene.rb,v 1.2 2007/04/05 23:35:43 trevor Exp $ # require 'pathname' libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 4, 'lib')).cleanpath.to_s $:.unshift(libpath) unless $:.include?(libpath) require 'test/unit' require 'bio' require 'bio/db/lasergene' module Bio #:nodoc: class TestLasergene < Test::Unit::TestCase #:nodoc: def setup file_format_1 = <