1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Updated RUNNING_UNIT_TESTS

This commit is contained in:
Kristian Freeman 2011-12-19 19:40:06 -08:00
parent c86359a067
commit 7d11c12958

View file

@ -1,7 +1,10 @@
== Configure databases
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).
Copy test/config.example.yml to test/config.yml and edit as needed:
$ cp config.example.yml config.yml
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.