Skip to content

Commit 3b44b52

Browse files
prashantsspastorino
authored andcommitted
Corrected the rake test:units and test:functionals description [rails#5251 state:committed]
Signed-off-by: Santiago Pastorino <[email protected]>
1 parent 111234e commit 3b44b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/test_unit/testing.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module Kernel
7070
end
7171
end
7272

73-
desc 'Runs test:unit, test:functional, test:integration together (also available: test:benchmark, test:profile, test:plugins)'
73+
desc 'Runs test:units, test:functionals, test:integration together (also available: test:benchmark, test:profile, test:plugins)'
7474
task :test do
7575
errors = %w(test:units test:functionals test:integration).collect do |task|
7676
begin

0 commit comments

Comments
 (0)