From f9514727af2739b3bc6e79116f4c913379083a5a Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 12 Mar 2021 18:02:21 +0100 Subject: [PATCH] Update activerecord/RUNNING_UNIT_TESTS.rdoc Co-authored-by: Mark Oleson --- activerecord/RUNNING_UNIT_TESTS.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/RUNNING_UNIT_TESTS.rdoc b/activerecord/RUNNING_UNIT_TESTS.rdoc index 2f0e4e3735..95a87807b8 100644 --- a/activerecord/RUNNING_UNIT_TESTS.rdoc +++ b/activerecord/RUNNING_UNIT_TESTS.rdoc @@ -36,7 +36,7 @@ defined in +Rakefile+) There are some performance tests for the encryption system that can be run with. $ rake test:encryption:performance:mysql2 - $ test:integration:active_job:postgresql + $ rake test:integration:active_job:postgresql $ rake test:encryption:performance:sqlite3 These performance tests are not executed as part of the regular testing tasks.