From 33c616ddfb6ae88aa75b802cc5ad5890fa99694b Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Wed, 20 Apr 2011 09:22:51 -0400 Subject: [PATCH] add newline to test api output --- 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 84879f4..3a8422c 100644 --- a/lib/tasks/test_api.rake +++ b/lib/tasks/test_api.rake @@ -505,7 +505,7 @@ namespace :test_api do appearances_by_choice_id.each do |choice_id, n_i| if (n_i < (mean - 6*stddev)) || (n_i > mean + 6 *stddev) - error_message += "Choice #{choice_id} in Question ##{question.id} has an irregular number of appearances: #{n_i}, as compared to the mean: #{mean} and stddev #{stddev} for this question" + error_message += "Choice #{choice_id} in Question ##{question.id} has an irregular number of appearances: #{n_i}, as compared to the mean: #{mean} and stddev #{stddev} for this question\n" end end end -- libgit2 0.21.2