From 4b2884aa1e78c45780f8cdf1286e17d2e86c6d20 Mon Sep 17 00:00:00 2001 From: Dhruv Kapadia Date: Tue, 9 Feb 2010 10:48:59 -0500 Subject: [PATCH] Typo --- lib/tasks/test_api.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/test_api.rake b/lib/tasks/test_api.rake index 723484c..b73e8e1 100644 --- a/lib/tasks/test_api.rake +++ b/lib/tasks/test_api.rake @@ -46,7 +46,7 @@ namespace :test_api do end if error_msg.blank? - CronMailer.deliver_info_message(CRON_EMAIL, "Test of API Vote Consistency passed", "Examined #{questions.count} questions and found no irregulaties") + CronMailer.deliver_info_message(CRON_EMAIL, "Test of API Vote Consistency passed", "Examined #{questions.length} questions and found no irregulaties") else CronMailer.deliver_info_message("#{CRON_EMAIL},#{ERRORS_EMAIL}", "Error! Failure of API Vote Consistency " , error_msg) end -- libgit2 0.21.2