From 4d319ceca5e85215882bc661219922a7e165e7c7 Mon Sep 17 00:00:00 2001 From: Ted Reed Date: Thu, 16 Jul 2009 16:52:50 -0700 Subject: [PATCH] Fix typo in Rakefile. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 2850801..4f0edee 100644 --- a/Rakefile +++ b/Rakefile @@ -295,7 +295,7 @@ namespace :test do |ns| puts "Test statistics:" puts " The test suite took #{dur_minutes} minutes and #{dur_seconds} seconds." puts " #{$tests} tests were run, from #{$test_files} files." - puts " #{$ok} tests passed. #{$unexpected_passes} of which were unexpected." + puts " #{$ok} tests passed, #{$unexpected_passes} of which were unexpected." unless $u_p_files.empty? $u_p_files.uniq! puts " Unexpected passes were found in the following files:"