Skip to content

Commit

Permalink
Fix typo in Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
treed committed Jul 16, 2009
1 parent f1b5f9b commit 4d319ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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:"
Expand Down

0 comments on commit 4d319ce

Please sign in to comment.