Revert "Updated RUNNING_UNIT_TESTS"

cp is not a valid command in DOS systems.
This reverts commit 7d11c12958.
This commit is contained in:
Kristian Freeman 2011-12-19 20:06:12 -08:00
parent 7d11c12958
commit dcbbfd745c
1 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
== Configure databases
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).
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.