diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-01-24 11:48:17 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-03-18 09:52:17 +0100 |
commit | 7e9775bdb03f2f6648fe58958645fd8e31b5c79b (patch) | |
tree | 0b0da080905c1a1e0a65b6f995f92cec51c1a6b0 /railties/lib | |
parent | ff79441d49a52a2669e147cd8264a2dc6e452b80 (diff) | |
download | rails-7e9775bdb03f2f6648fe58958645fd8e31b5c79b.tar.gz rails-7e9775bdb03f2f6648fe58958645fd8e31b5c79b.tar.bz2 rails-7e9775bdb03f2f6648fe58958645fd8e31b5c79b.zip |
pluralize rerun snippet heading.
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/test_unit/reporter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/test_unit/reporter.rb b/railties/lib/rails/test_unit/reporter.rb index e82c4e653c..0efba7664a 100644 --- a/railties/lib/rails/test_unit/reporter.rb +++ b/railties/lib/rails/test_unit/reporter.rb @@ -5,7 +5,7 @@ module Rails def report return if passed? io.puts - io.puts "Failed test:" + io.puts "Failed tests:" io.puts io.puts aggregated_results end |