# # 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:$ # # loading helper routine for testing bioruby require 'pathname' load Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 3, 'bioruby_test_helper.rb')).cleanpath.to_s # libraries needed for the tests require 'test/unit' require 'bio/db/rebase' module Bio #:nodoc: class TestREBASE < Test::Unit::TestCase #:nodoc: def setup enzyme_data = <