]> git.donarmstrong.com Git - biopieces.git/commitdiff
updating seq.rb
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 16 Aug 2010 10:14:19 +0000 (10:14 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 16 Aug 2010 10:14:19 +0000 (10:14 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1059 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/Maasha/test/test_seq.rb

index 91dd99fe86b02f9912f4450f2b4f363608459669..c080665aec31583aaf0b9d071448721c99afa400 100755 (executable)
@@ -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