From 81da956188037b3045fae73726a372f4951ca0c4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 30 Sep 2007 22:55:39 +0000 Subject: Docfix (closes #9740) [chuyeow] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7699 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/RUNNING_UNIT_TESTS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'actionpack/RUNNING_UNIT_TESTS') 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. -- cgit v1.2.3