diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-10-29 12:34:08 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2011-10-29 12:34:08 +0530 |
commit | 0c7c1dbc41414c12799f339c87e1c04327e9def9 (patch) | |
tree | 8713e731a8ca15819ed940233c48d26a63ee08b3 | |
parent | 2e74334abdf7df2b663cd96711693d710cffdccc (diff) | |
download | rails-0c7c1dbc41414c12799f339c87e1c04327e9def9.tar.gz rails-0c7c1dbc41414c12799f339c87e1c04327e9def9.tar.bz2 rails-0c7c1dbc41414c12799f339c87e1c04327e9def9.zip |
ActiveRecord is no more in controller directory.
-rw-r--r-- | actionpack/RUNNING_UNIT_TESTS | 2 |
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. |