Skip to content

Commit

Permalink
Codon alignment test
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Mar 4, 2012
1 parent 860bb2d commit d2a04c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bio-alignment_spec.rb
Expand Up @@ -81,7 +81,7 @@
columns2 = aln2.columns
columns2.should_not == nil
columns2.should_not == []
columns2.count { |e| e.state.deleted? }.should == 6
columns2.count { |col| col.state.deleted? }.should == 6
aln2.columns[0].state.should == columns2[0].state
aln2.columns[0].state.should_not == columns[0].state
aln2.rows.first.to_s.should == "----SNSFSRPTIIFSGCSTACSGK--SELVCGFRSFMLSDV"
Expand Down

0 comments on commit d2a04c5

Please sign in to comment.