From dcbbfd745c968812dea0edd7671fc95ea5c8a7eb Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 19 Dec 2011 20:06:12 -0800 Subject: Revert "Updated RUNNING_UNIT_TESTS" cp is not a valid command in DOS systems. This reverts commit 7d11c12958acf28ffb27d7e11a9c7f5b1418e77f. --- activerecord/RUNNING_UNIT_TESTS | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'activerecord') 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. -- cgit v1.2.3