From 231042b052449fe8b5abe95f9d152c07f20c5869 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 16 Aug 2010 10:14:19 +0000 Subject: [PATCH] updating seq.rb git-svn-id: http://biopieces.googlecode.com/svn/trunk@1059 74ccb610-7750-0410-82ae-013aeee3265d --- code_ruby/Maasha/test/test_seq.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/code_ruby/Maasha/test/test_seq.rb b/code_ruby/Maasha/test/test_seq.rb index 91dd99f..c080665 100755 --- a/code_ruby/Maasha/test/test_seq.rb +++ b/code_ruby/Maasha/test/test_seq.rb @@ -5,7 +5,6 @@ require 'test/unit' require 'pp' class TestSeq < Test::Unit::TestCase - # Testing Seq#initialize # test marked for deletion - too simple and not informative @@ -37,7 +36,6 @@ class TestSeq < Test::Unit::TestCase def test_guess_type_AA_uppercase s1 = Seq.new( "SEQ" ) s2 = Seq::AA.new( "SEQ" ) - assert_equal( s1.guess_type.class, s2.class ) end -- 2.39.5