1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

ActiveRecord is no more in controller directory.

This commit is contained in:
Arun Agrawal 2011-10-29 12:34:08 +05:30
parent 2e74334abd
commit 0c7c1dbc41

View file

@ -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.