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