aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-14 01:00:03 -0700
committerXavier Noria <fxn@hashref.com>2010-04-14 01:00:03 -0700
commit9a4fdff0af0ba05ad77096ce835aeb4bf343a53f (patch)
treed4657c9e64fdc050695dd58cf419241ace32e7a6 /activerecord
parent2ff5f38abb4a44ed5356c34b40d30d446fb63408 (diff)
parente090898c5e98e853828208343b3911a229563b62 (diff)
downloadrails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.tar.gz
rails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.tar.bz2
rails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.zip
Merge commit 'docrails/master'
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS b/activerecord/RUNNING_UNIT_TESTS
index 39fc86759f..8559d72647 100644
--- a/activerecord/RUNNING_UNIT_TESTS
+++ b/activerecord/RUNNING_UNIT_TESTS
@@ -14,7 +14,7 @@ connection.rb otherwise (on Postgres, at least) tests for default values will fa
The easiest way to run the unit tests is through Rake. The default task runs
the entire test suite for all the adapters. You can also run the suite on just
-one adapter by using the tasks test_mysql, test_sqlite, test_postgresql or any
+one adapter by using the tasks test_mysql, test_sqlite3, test_postgresql or any
of the other test_ tasks. For more information, checkout the full array of rake
tasks with "rake -T"