From 6c384a6d9fdfbcb7857c979fa2666b3aea0022dd Mon Sep 17 00:00:00 2001 From: Michael Guterl Date: Thu, 23 Feb 2012 09:49:48 -0500 Subject: Update with new task names for building mysql and postgresql databases --- activerecord/RUNNING_UNIT_TESTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS index 6a2e23b01f..a1ed6712c5 100644 --- a/activerecord/RUNNING_UNIT_TESTS +++ b/activerecord/RUNNING_UNIT_TESTS @@ -3,7 +3,7 @@ Copy test/config.example.yml to test/config.yml and edit as needed. Or just run the tests for the first time, which will do the copy automatically and use the default (sqlite3). -You can build postgres and mysql databases using the build_postgresql and build_mysql rake tasks. +You can build postgres and mysql databases using the postgresql:build_databases and mysql:build_databases rake tasks. == Running the tests -- cgit v1.2.3