aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2011-10-29 12:34:08 +0530
committerArun Agrawal <arunagw@gmail.com>2011-10-29 12:34:08 +0530
commit0c7c1dbc41414c12799f339c87e1c04327e9def9 (patch)
tree8713e731a8ca15819ed940233c48d26a63ee08b3 /actionpack
parent2e74334abdf7df2b663cd96711693d710cffdccc (diff)
downloadrails-0c7c1dbc41414c12799f339c87e1c04327e9def9.tar.gz
rails-0c7c1dbc41414c12799f339c87e1c04327e9def9.tar.bz2
rails-0c7c1dbc41414c12799f339c87e1c04327e9def9.zip
ActiveRecord is no more in controller directory.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/RUNNING_UNIT_TESTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/RUNNING_UNIT_TESTS b/actionpack/RUNNING_UNIT_TESTS
index 1e3ba7abe7..1b29abd2d1 100644
--- a/actionpack/RUNNING_UNIT_TESTS
+++ b/actionpack/RUNNING_UNIT_TESTS
@@ -18,7 +18,7 @@ which can be further narrowed down to one test:
== Dependency on Active Record and database setup
-Test cases in the test/controller/active_record/ directory depend on having
+Test cases in the test/active_record/ directory depend on having
activerecord and sqlite installed. If Active Record is not in
actionpack/../activerecord directory, or the sqlite rubygem is not installed,
these tests are skipped.