aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorKristian Freeman <kristianfreeman@gmail.com>2011-12-19 20:06:12 -0800
committerKristian Freeman <kristianfreeman@gmail.com>2011-12-19 20:06:12 -0800
commitdcbbfd745c968812dea0edd7671fc95ea5c8a7eb (patch)
treed0503691a96b1ee343998c58e92291b704c6ec43 /activerecord
parent7d11c12958acf28ffb27d7e11a9c7f5b1418e77f (diff)
downloadrails-dcbbfd745c968812dea0edd7671fc95ea5c8a7eb.tar.gz
rails-dcbbfd745c968812dea0edd7671fc95ea5c8a7eb.tar.bz2
rails-dcbbfd745c968812dea0edd7671fc95ea5c8a7eb.zip
Revert "Updated RUNNING_UNIT_TESTS"
cp is not a valid command in DOS systems. This reverts commit 7d11c12958acf28ffb27d7e11a9c7f5b1418e77f.
Diffstat (limited to 'activerecord')
-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.