# # test/unit/bio/db/test_rebase.rb - Unit test for Bio::REBASE # # Author:: Trevor Wennblom # Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com) # License:: The Ruby License # # $Id: test_rebase.rb,v 1.5 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/db/rebase' module Bio #:nodoc: class TestREBASE < Test::Unit::TestCase #:nodoc: def setup enzyme_data = <