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:
parent
c86359a067
commit
7d11c12958
1 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue