From 7d11c12958acf28ffb27d7e11a9c7f5b1418e77f Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 19 Dec 2011 19:40:06 -0800 Subject: Updated RUNNING_UNIT_TESTS --- activerecord/RUNNING_UNIT_TESTS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'activerecord/RUNNING_UNIT_TESTS') 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. -- cgit v1.2.3