From 64eb76ed1688f43955209eedb6373ba86f962659 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sat, 21 Mar 2015 18:25:58 +0530 Subject: Fix typos in test runner's help output --- railties/lib/rails/test_unit/runner.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties') diff --git a/railties/lib/rails/test_unit/runner.rb b/railties/lib/rails/test_unit/runner.rb index 6700d90a33..c38382535e 100644 --- a/railties/lib/rails/test_unit/runner.rb +++ b/railties/lib/rails/test_unit/runner.rb @@ -14,7 +14,7 @@ module Rails opts.separator "" opts.on("-e", "--environment [ENV]", - "run tests in the ENV environment") do |env| + "Run tests in the ENV environment") do |env| options[:environment] = env.strip end opts.separator "" @@ -40,7 +40,7 @@ module Rails opts.separator "Output options:" opts.on("-b", "--backtrace", - "show the complte backtrace") do + "Show the complete backtrace") do options[:backtrace] = true end -- cgit v1.2.3