aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-02-23 11:59:27 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2012-02-23 11:59:27 -0800
commit335fac56b671cd627ed55cbd41a62d3890342de4 (patch)
tree5386472cc4174c6c078e5050d5030a07fa3a2a48
parentaf988ef5b07cc18bc706e741c6a99652faaf00b4 (diff)
parent6c384a6d9fdfbcb7857c979fa2666b3aea0022dd (diff)
downloadrails-335fac56b671cd627ed55cbd41a62d3890342de4.tar.gz
rails-335fac56b671cd627ed55cbd41a62d3890342de4.tar.bz2
rails-335fac56b671cd627ed55cbd41a62d3890342de4.zip
Merge pull request #5143 from mguterl/update_running_unit_tests_doc
Update with new task names for building mysql and postgresql databases
-rw-r--r--activerecord/RUNNING_UNIT_TESTS2
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