aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS
diff options
context:
space:
mode:
authorDiego Carrion <dc.rec1@gmail.com>2010-04-13 18:23:41 -0300
committerRyan Bigg <radarlistener@gmail.com>2010-04-14 13:15:51 +1000
commite090898c5e98e853828208343b3911a229563b62 (patch)
treef4aa63cfd72c39005f99ee1122cf448dc43efe47 /activerecord/RUNNING_UNIT_TESTS
parentd45cacc8370776b9b9609fce1d287f68ba6b2e16 (diff)
downloadrails-e090898c5e98e853828208343b3911a229563b62.tar.gz
rails-e090898c5e98e853828208343b3911a229563b62.tar.bz2
rails-e090898c5e98e853828208343b3911a229563b62.zip
fixed typo in RUNNING_UNIT_TESTS
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS')
-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"