aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-10-29 01:53:06 -0700
committerVijay Dev <vijaydev.cse@gmail.com>2011-10-29 01:53:06 -0700
commit74f3f19a8345220949a1cb06030b58c621c7f798 (patch)
tree820b5bed42d9f4fca160c89c0a5bc7873b652976
parent0fc531392d1f606054a6d6e394304c72a846d4c8 (diff)
parent0c7c1dbc41414c12799f339c87e1c04327e9def9 (diff)
downloadrails-74f3f19a8345220949a1cb06030b58c621c7f798.tar.gz
rails-74f3f19a8345220949a1cb06030b58c621c7f798.tar.bz2
rails-74f3f19a8345220949a1cb06030b58c621c7f798.zip
Merge pull request #3459 from arunagw/running_test_doc_fix
ActiveRecord is no more in controller directory.
-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.