aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/RUNNING_UNIT_TESTS7
1 files changed, 2 insertions, 5 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS
index c27b22b1ea..6a2e23b01f 100644
--- a/activerecord/RUNNING_UNIT_TESTS
+++ b/activerecord/RUNNING_UNIT_TESTS
@@ -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.