From 454596908ec648f4f15d6385c4d3a9174bb314cb Mon Sep 17 00:00:00 2001 From: Alexis Darrasse Date: Wed, 5 Apr 2006 20:40:42 +0000 Subject: [PATCH] Removed space to avoid warning git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@13 1440c7f4-e209-0410-9a04-881b5eb134a8 --- test/irv_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2