From: Alexis Darrasse Date: Wed, 5 Apr 2006 20:40:42 +0000 (+0000) Subject: Removed space to avoid warning X-Git-Url: https://projects.mako.cc/source/rubyvote/commitdiff_plain/454596908ec648f4f15d6385c4d3a9174bb314cb Removed space to avoid warning git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@13 1440c7f4-e209-0410-9a04-881b5eb134a8 --- diff --git a/test/irv_test.rb b/test/irv_test.rb index 640824c..9203806 100644 --- a/test/irv_test.rb +++ b/test/irv_test.rb @@ -58,7 +58,7 @@ class TestRunoffVote < Test::Unit::TestCase 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