| 18 | | Test cases in test/controller/active_record_assertions.rb depend on having |
|---|
| 19 | | activerecord installed and configured in a particular way. See comment in the |
|---|
| 20 | | test file itself for details. If ActiveRecord is not in |
|---|
| 21 | | actionpack/../activerecord directory, these tests are skipped. If activerecord |
|---|
| 22 | | is installed, but not configured as expected, the tests will fail. |
|---|
| | 18 | Test cases in the test/controller/active_record/ directory depend on having |
|---|
| | 19 | activerecord and sqlite installed. If ActiveRecord is not in |
|---|
| | 20 | actionpack/../activerecord directory, or the sqlite rubygem is not installed, |
|---|
| | 21 | these tests are skipped. |
|---|