We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111234e commit 3b44b52Copy full SHA for 3b44b52
railties/lib/rails/test_unit/testing.rake
@@ -70,7 +70,7 @@ module Kernel
70
end
71
72
73
-desc 'Runs test:unit, test:functional, test:integration together (also available: test:benchmark, test:profile, test:plugins)'
+desc 'Runs test:units, test:functionals, test:integration together (also available: test:benchmark, test:profile, test:plugins)'
74
task :test do
75
errors = %w(test:units test:functionals test:integration).collect do |task|
76
begin
0 commit comments