summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
60344b5)
15.times {vote_array << "CDBA".split("")}
15.times {vote_array << "DCBA".split("")}
15.times {vote_array << "CDBA".split("")}
15.times {vote_array << "DCBA".split("")}
- test_winner ( "B", InstantRunoffLogicVote.new(vote_array).result )
+ test_winner( "B", InstantRunoffLogicVote.new(vote_array).result )
end
###TODO: test all the other variants
end
end
###TODO: test all the other variants
end