diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-30 22:55:39 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-30 22:55:39 +0000 |
commit | 81da956188037b3045fae73726a372f4951ca0c4 (patch) | |
tree | a225eb88c16dccd59f79831201fe8d2025dddff7 /actionpack | |
parent | 00cecf83b5a3303d9b879746fdcc3405cf834974 (diff) | |
download | rails-81da956188037b3045fae73726a372f4951ca0c4.tar.gz rails-81da956188037b3045fae73726a372f4951ca0c4.tar.bz2 rails-81da956188037b3045fae73726a372f4951ca0c4.zip |
Docfix (closes #9740) [chuyeow]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7699 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/RUNNING_UNIT_TESTS | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/actionpack/RUNNING_UNIT_TESTS b/actionpack/RUNNING_UNIT_TESTS index 9765ee5754..16b119878a 100644 --- a/actionpack/RUNNING_UNIT_TESTS +++ b/actionpack/RUNNING_UNIT_TESTS @@ -15,11 +15,10 @@ you can do so with something like: == Dependency on ActiveRecord and database setup -Test cases in test/controller/active_record_assertions.rb depend on having -activerecord installed and configured in a particular way. See comment in the -test file itself for details. If ActiveRecord is not in -actionpack/../activerecord directory, these tests are skipped. If activerecord -is installed, but not configured as expected, the tests will fail. +Test cases in the test/controller/active_record/ directory depend on having +activerecord and sqlite installed. If ActiveRecord is not in +actionpack/../activerecord directory, or the sqlite rubygem is not installed, +these tests are skipped. Other tests are runnable from a fresh copy of actionpack without any configuration. |