diff options
author | Michael Guterl <michael@diminishing.org> | 2012-02-23 09:49:48 -0500 |
---|---|---|
committer | Michael Guterl <michael@diminishing.org> | 2012-02-23 09:49:48 -0500 |
commit | 6c384a6d9fdfbcb7857c979fa2666b3aea0022dd (patch) | |
tree | 5386472cc4174c6c078e5050d5030a07fa3a2a48 | |
parent | af988ef5b07cc18bc706e741c6a99652faaf00b4 (diff) | |
download | rails-6c384a6d9fdfbcb7857c979fa2666b3aea0022dd.tar.gz rails-6c384a6d9fdfbcb7857c979fa2666b3aea0022dd.tar.bz2 rails-6c384a6d9fdfbcb7857c979fa2666b3aea0022dd.zip |
Update with new task names for building mysql and postgresql databases
-rw-r--r-- | activerecord/RUNNING_UNIT_TESTS | 2 |
1 files changed, 1 insertions, 1 deletions
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 |